Deploying to Minikube(Work in progress)

We will deploy 2 different projects in this article. One is a simple single command line application and another is a web app that requires database. We will be using the skaffold project as it will make it easy to do continous deployment

Launching minikube

Deployment

  • deploying via IDE
  • deploying via CLI

Deploying hello-world

K8 Tools