DevOps Learning - Starting point

less than 1 minute read

Start Docker

Start minikube

minikube start

In a separate terminal tab, start minikube dashboard

minikube dashboard

All Dev Ops projects are at https://github.com/nitinkc/GitOps

Microservice

Make any changes to the https://github.com/nitinkc/messenger-spring-boot/tree/master

The circle-ci pipeline is setup to push the latest build image to docker. Code

Release with flux

The release to be done AFTER the helm project is up and running through the github repo via pages server

On the minikube cluster running on local

Goto Helm Repo project

helm repo update
helm upgrade --install todo-service-app myrepo/todo-app      

Refresh the minikube Dashboard and check the latest installation