mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
feat: add pulumi related tools
This commit is contained in:
@@ -3,11 +3,9 @@
|
||||
|
||||
## Why Pulumi for Kubernetes?
|
||||
|
||||
1. Deploying Helm charts declaratively.
|
||||
- Helm CLI supports only imperative commands, you need to add a repository, update the repository,
|
||||
and install the chart with a single command,
|
||||
1. Deploying Helm charts & yaml files in the right order, in a declarative way.
|
||||
- Helm CLI supports only imperative commands, you need to run a bunch of commands like `helm repo add`, `helm repo update`, `helm install`, `helm upgrade`, etc.
|
||||
it's really hard to manage the lifecycle of the Helm chart in this way.
|
||||
- Pulumi can deploy Helm charts declaratively, you can manage the lifecycle of the Helm chart easily.
|
||||
1. Deal with secrets in a secure way.
|
||||
1. Deploying Kubernetes resources in a unified way, instead of running a bunch of commands like `kubectl apply`, `helm install`, `kustomize`, etc.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user