Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Feb 6, 2019
1 parent 2fd571b commit f2d21a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-containers/kubernetes-helm-container/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes and Helm Container

When building an app that deploys into a container-based environment in production, you may want to sandbox your development in a dev container while without sacrificing your ability to build and deploy your application into a local or remote [Kubernetes](https://kubernetes.io/) cluster. This example illustrates how you can use the needed CLIs, the [Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) extension, and the [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) extension from inside a dev container to meet this need.
When building an app that deploys into a container-based environment in production, you may want to sandbox your development in a dev container without sacrificing your ability to build and deploy your application into a local or remote [Kubernetes](https://kubernetes.io/) cluster. This example illustrates how you can use the needed CLIs, the [Kubernetes](https://marketplace.visualstudio.com/items?itemName=ms-kubernetes-tools.vscode-kubernetes-tools) extension, and the [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) extension from inside a dev container to meet this need.

The dev container accomplishes this by including the needed CLIs ([kubectl](https://kubernetes.io/docs/reference/kubectl/overview/), [Helm](https://helm.sh), Docker) and syncing your local Kubernetes config (`~/.kube/config` or `%USERPROFILE%\.kube\config`) into the container with the necessary modifications to allow it to interact with anything running on your local machine. This includes interacting with a Kubernetes cluster managed through Docker Desktop or a local Minikube install.

Expand Down

0 comments on commit f2d21a5

Please sign in to comment.