EdlanioJ / fcfs6-kubernetes--challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCFS 6 - Kubernetes Challenge

Running the app

First you need to install Kind, then:

$ kind create cluster --config=kind.yml
$ kubectl cluster-info --context kind-imersao-fsfc6

$ kubectl apply -f deployment.yml
$ kubectl apply -f service.yml

$ kubectl port-forward service/nginx-service 80

#run on http://localhost:80

About