k3d-io / k3d-demo

Demo of k3d: Tool to run k3s (Kubernetes) in Docker

Home Page:https://k3d.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k3d-demo

Requirements

Resources

Run

  • Preparation (attention: clears all docker settings!): make prep

Full Lifecycle

  • Demo: Full k3d lifecycle and usage with a Python App using hot-reloading of code: make demo

Multi-Server Cluster

  • Demo: Multi-Server Setup: make demo-multiserver

Config File Support

  • Demo: Creating a cluster from a config file: make demo-configfile

App-Reloading with Tilt and a k3d-managed registry

  • Demo: Using k3d with a managed registry and Tilt for app-reloading: make demo-tilt

Running k3d in CI

  • Demo: Using k3d as a service in a Drone CI pipeline: make demo-drone

About

Demo of k3d: Tool to run k3s (Kubernetes) in Docker

https://k3d.io/

License:MIT License


Languages

Language:Shell 95.2%Language:Makefile 2.9%Language:Starlark 1.9%