Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 795 Bytes

mc-learn

This project is a place form me to play around and learn about Metacontroller.

Setup

In most cases you will need to complete this setup in order to create a cluster and install Metacontroller before going into the exercise subfolders.

podman machine start
kind create cluster

To install Metacontroller you can use Helm or Kustomize.

kubectl create ns metacontroller

helm -n metacontroller install metacontroller oci://ghcr.io/metacontroller/metacontroller-helm --version=v4.10.4