Published: Draft
Written By: Ng Jun Hao
kind create cluster
- Make a clusterkubectl get ns
- Check clusterkubectl apply -f webapp.yaml
- Deploy clusterkubectl get deployments
- Check deploymentskubectl port-forward deploy/webapp 8080:80
- Port
forwardingkubectl delete deploy webapp
- Delete the
deployment