Deploying 3-tier chat-app on MiniKube
Installing MiniKube on Local
minikube start --driver=docker
minikube status # Verify if minikube is present
Now, pushing docker images of frontend and backend on DockerHub
In order to make deployment for frontend and backend, we need their images ...
dakshsawhneyy.hashnode.dev3 min read