我们在开发过程中,可能需要开发一个类似Deployment
的资源逻辑,管理依赖资源是控制器的基础,如果不能观察它们的状态变化就不可能管理它们。这就意味着,我们需要 reconciler
能监控多个资源的变化。
Kubebuilder is a framework for building Kubernetes APIs using custom resource definitions (CRDs).
Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.
Terraform Controller is a Kubernetes Controller for Terraform.
Terraform is an open source resource orchestration tool based on Golang, which allows users to manage and configure any infrastructure, the infrastructure of public and private cloud services, and external services.
Terraform是一种开源工具,用于安全高效地预览,配置和管理云基础架构和资源。
TIC 是腾讯云推出的 IaC 开放平台,融合多种业内优秀的开源技术,通过 IaC 的方式解决您在云基础设施管理中面临的效率、成本和安全问题。
Helm is the best way to find, share, and use software built for Kubernetes.