Skip to content

PoC of Cluster API provider to run Kubernetes on Kubernetes

Notifications You must be signed in to change notification settings

lukaszo/cluster-api-provider-virtlet

Repository files navigation

Kubernetes cluster-api-provider-virtlet

WARNING

This is a research project. Do not try to use it in production.

Architecture

Architecture

Getting Started

Prerequisites

  1. Prepare a Kubernetes cluster with Virtlet installed.
  2. Deploy cluster-api and provider kubectl apply -f provider-components.yaml

Cluster Creation

Create cluster and machines:

kubectl apply -f hack/examples/cluster.yml
kubectl apply -f hack/examples/master-machine.yml
kubectl apply -f hack/examples/machine.yml

About

PoC of Cluster API provider to run Kubernetes on Kubernetes

Resources

Stars

Watchers

Forks