Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 559 Bytes

Local Kubernetes setup using Kind

Start a local kubernetes cluster with traefik ingress and HTTPS in seconds! 🚀

Prerequisites

Getting started

# start local cluster with ingress, HTTPS and a demo app
make up

# stop
make down

make help

Notes

You can also use .localhost as a local DNS name.