Cluster app for demo-ing kr8s
This demo app assumes you have Docker and Kubernetes installed and running on your local machine
After cloning the repo:
Step 1: Install Skaffold following directions for your Operating System. (Homebrew is recommended for MacOS)
Step 2: Install Nginix Ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.0.4/deploy/static/provider/cloud/deploy.yaml
Step 3: Run Skaffold from root directory
skaffold dev
To view to blog app in browser, open you machine's hosts file:
MacOS: /etc/hosts
Windows: C:\Windows\System32\Drivers\etc\hosts
Add the following line at the bottom of the file.
127.0.0.1 posts.com
Open http://posts.com/ in your browser.