Skip to content

Microservices application for testing Kr8s functionality

Notifications You must be signed in to change notification settings

oslabs-beta/kr8sdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kr8sdemo

Cluster app for demo-ing kr8s

Installation:

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.

About

Microservices application for testing Kr8s functionality

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published