Skip to content

MartinHeinz/kubeadm-vagrant-playground

Repository files navigation

Kubernetes Cluster Playground Environment

Kubernetes playground cluster based on Vagrant, kubeadm and CRI-O

Branches:

  • master - General purpose cluster
  • container-checkpoint-api - Configuration that supports Kubernetes Checkpointing API (more info)
  • k8s-without-etcd - Cluster that uses PostgreSQL database instead of etcd

Setup

vagrant up
vagrant ssh kubemaster

Customization

To change feature flags, modify ./kubernetes/kubeadm-config.yaml

  • Update KubeletConfiguration.featureGates stanza
  • Update extraArgs.feature-flags in ClusterConfiguration for each component

Other

View containers:

crictl ps

If you find this useful, you can support me on Ko-Fi (Donations are always appreciated, but never required):

ko-fi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages