You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
575 B
575 B
Kubernetes
Deployment into Kubernetes is simple using a generic Helm chart for deploying web apps
Make sure you have Helm installed first
First add the Helm repo
helm repo add benc-uk https://benc-uk.github.io/helm-charts
Make a copy of app.sample.yaml
to myapp.yaml
and modify the values to suit your environment. If you're in a real hurry you can use the file as is and make no changes.
helm install demo benc-uk/webapp --values myapp.yaml