Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 477 Bytes

k8s-labs

Getting started with k8s environmnet using apps from a Golang Sample Repository.

Deploy on your own cluster:

$ cd first-app
$ kubectl -n <NAMESPACE> create -f first-app-pod.yml -f first-app-service.yml

If you are using Minikube you can access from your browser using:

$ cd first-app
$ minikube -n <NAMESPACE> service golang-sample-service --url