Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 457 Bytes

K8s-Assignment

Steps followed: ->Created a simple go web app.

->Created a Dockerfile and pushed the image to dockerhub : https://hub.docker.com/r/ritudes/k8s-assign

->Created the Kubernetes deployment in a namespace

->Started a local kubernetes cluster using minikube and deployed the app

->Created a kubernetes service and got the URL for the service in the minikube cluster

->At last, was able to interact with the service using the obtained URL