sdaoudi / vagrant-k3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant K3d

Simple debian virtual machine to run k3d locally.

Note: this installs the latest k3d, kubectl, helm, k9s, kubectx, skaffold, kustomize and devspace packages.

Requirements

Startup

  • Clone the repo:
$ git clone https://github.com/sdaoudi/vagrant-k3d.git
  • Start Vagrant
$ cd vagrant-k3d
$ vagrant up
  • SSH Access:
$ vargrant ssh
  • Create your cluster:
$ k3d cluster create demo --servers 1 --agents 2
  • Check your cluster nodes:
$ kubectl get nodes

About