caitlinelfring / k8s-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s-demo

Requirements

Setup

Install helm:

make helm-init

Install nginx ingress controller:

make nginx

Deploy

Deploy hello-world

make deploy

Then set the following line in /etc/hosts

127.0.0.1 hello-world.local

Or

curl -H "Host: hello-world.local" localhost

This will confirm you can access the application through the nginx ingress controller.

See ./Makefile for more tasks

About


Languages

Language:Makefile 30.1%Language:Smarty 30.1%Language:JavaScript 27.0%Language:HTML 10.5%Language:Dockerfile 2.3%