This repository contains a Helm chart for deploying the NGINX demo application in a Kubernetes cluster.
Before deploying the NGINX application, ensure the following prerequisites are met:
- Kubernetes cluster is up and running .
- Helm is installed on your local machine.
To deploy the NGINX application, follow these steps:
- Clone the repository:
git clone https://github.com/alidy97/nginx_helm_chart.git cd nginx-helm-chart
- Install the Helm chart:
helm install nginx_demo./nginx_chart
To upgrade the NGINX deployment to a new version of the Helm chart, use the following command:
helm upgrade nginx-demo./nginx-chart
To uninstall the NGINX application, run the following command:
helm uninstall nginx-demo