WebServer Deployment
Deploy HTTP WebServer using HELM
Check the Existing Release of Helm
helm lswill show you a list of all deployed releases.
Install the HTTP Web Server
cd httpdEnsure you are inside the
httpdfolder
helm install http-app .Verify the release
helm lsDelete HELM Release
Delete and reinstall the Helm chart at any time, use the helm delete command
helm delete my-todo-appView the Deleted HELM Releases
helm list --deletedLast updated
Was this helpful?