olufuwatobi / dadjokes-on-minikube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dadjokes deployment on minikube

Prerequisite

Minikube

Procedure

  1. Install and start minikube
  2. Clone the repo
  3. cd dadjokes-on-minikube
  4. run chmod +x deploy.sh
  5. run ./deploy.sh deploy the kubernetes manifest
  6. visit dadjokes.local on your browser to access the deployment
  7. run chmod +x destroy.sh
  8. run ./destroy.sh to destroy

Future improvement

  1. Add helm or kustomize
  2. Add CI/CD
  3. Deploy on a cloud based environment

About


Languages

Language:Shell 100.0%