From 3acfe789a1b4c8f7ed00b41f37e00878761812fa Mon Sep 17 00:00:00 2001 From: Olivier Grand Date: Fri, 11 Sep 2020 13:23:22 +0000 Subject: [PATCH] update README with new tools --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f190375..fb7a67a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,12 @@ The `cf-bosh-cli` project helps you to deploy several cli tools through docker i ### Kubernetes tools * `helm` - Kubernetes Package Manager (https://docs.helm.sh/) * `kubectl` - Kubernetes CLI (https://kubernetes.io/docs/reference/generated/kubectl/overview/) +* `kapp` - Kubernetes YAML tool (https://github.com/k14s/kapp/) +* `klbd` - Kubernetes image build orchestrator tool (https://github.com/k14s/kbld/) +* `kustomize` Kubernetes template customize YAML files tool (https://github.com/kubernetes-sigs/kustomize/) * `k9s` - Kubernetes CLI (https://github.com/derailed/k9s) +* `svcat` - Kubernetes Service Catalog CLI (https://github.com/kubernetes-sigs/service-catalog/) +* `ytt` - YAML Templating Tool (https://github.com/k14s/ytt/) * `velero` - Kubernetes CLI for cluster resources backup/restore (https://github.com/vmware-tanzu/velero) The container expose ssh port. Password or key (rsa only) authentication is supported. @@ -179,4 +184,4 @@ properties: Then, log into the container you want with ssh : ssh -i -p 2222 bosh@docker.bosh.release.deployment to log into first container (replace docker.bosh.release.deployment with IP or dns name of docker host deployed using bosh release). -You can see cli/tools/aliases list by using the `tools` command form your shell interface. +You can see cli/tools/aliases list by using the `tools` command from your shell interface. \ No newline at end of file