Replies: 5 comments 4 replies
-
TaskfileTaskTask is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make. See taskfile.dev for the documentation. |
Beta Was this translation helpful? Give feedback.
-
Taskfile VS Makefile,构建工具哪家强?Taskfile 敢称王Taskfile 通过 yaml 来描述各种执行任务, 其核心采用 go 编写; 相较于 Makefile 的 tab 分割和 bash 结合语法 Taskfile 显得更加现代化和易于使用(虽然会变成 yaml 工程师). Taskfile 内置了动态变量、操作系统等环境变量识别等高级功能都更贴合现代化的 Coding 方式。 总体来说如果你是一个对 Makefile 不太熟悉的人, 又期望通过类似 Makefile 的工具完成一些批量任务, 那么相对于 Makefile 来说 Taskfile 会更加便于入门, 学习曲线更低且速度也足够快。 |
Beta Was this translation helpful? Give feedback.
-
Make |
Beta Was this translation helpful? Give feedback.
-
NocalhostNocalhost 是一款开源的基于 IDE 的云原生应用开发工具:
|
Beta Was this translation helpful? Give feedback.
-
dexDex 是一种身份服务,它使用 OpenID Connect 为其他应用程序提供身份验证支持。Dex 通过“连接器”充当其他身份提供商的门户。这使得 Dex 能够将身份验证委托给 LDAP 服务器、SAML 提供商,或 GitHub、Google 和 Active Directory 等成熟的身份提供商。
|
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
什么是云原生
AWS:云原生是在云计算环境中构建、部署和管理现代应用程序的软件方法
云原生开发
我认为:云原生开发是 在云计算环境中开发和测试 应用程序;这个云计算 目前可以等他 Kubernets
云原生开发趋势
开发环境搭建更加简单、高效和统一
隔离不同应用开发之间的干扰
开发环境和将来的生产环境更加相近:上线后环境问题更少;平时的开发中也能积累更多的k8s devops经验
更加轻量,随用随删
Beta Was this translation helpful? Give feedback.
All reactions