bitprj / intro-to-k8s-fcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to K8s with FreeCodeCamp

Download minikube

Follow instructions here to install minikube.

Deploy Cluster

minikube start

Clone this repository and apply the kube folder.

kubectl apply -f kube

Test Cluster

To test the API directly:

minikube service -n default --url gateway-service

Cleaning Up

minikube delete

About


Languages

Language:JavaScript 81.0%Language:HTML 13.2%Language:CSS 5.0%Language:Dockerfile 0.8%