Deploy nginx with helm install
Your first running release from a public chart.
Your First Real Release
Time to deploy something real. With one helm install command you can run a full nginx web server on Kubernetes. 🚀
The Install Shape
Every install follows the same shape: helm install a release name, then the chart to use. That order never changes.
helm install RELEASE_NAME CHARTAll lessons in this course
- Deploy nginx with helm install
- Naming Releases and Generating Names
- Targeting a Namespace at Install Time
- Watching the Pods Come Up