Skip to content

electrocucaracha/k8s-KPT-demo

Repository files navigation

KPT demo

License Ruby Style Guide

visitors

Summary

This project provides a Sandbox environment for testing KPT project.

Local kpt Command-line demo

Open in GitHub Codespaces

Porch demo

Screen porch demo

Virtual Machines

The Vagrant tool can be used for provisioning an Ubuntu Focal Virtual Machine. It's highly recommended to use the setup.sh script of the bootstrap-vagrant project for installing Vagrant dependencies and plugins required for this project. That script supports two Virtualization providers (Libvirt and VirtualBox) which are determine by the PROVIDER environment variable.

curl -fsSL http://bit.ly/initVagrant | PROVIDER=libvirt bash

Once Vagrant is installed, it's possible to provision a Virtual Machine using the following instructions:

vagrant up

The provisioning process will take some time to install all dependencies required by this project and perform a Kubernetes deployment on it.