Skip to content

Repository files navigation

KCP Playground

This repository contains a collections of guides, tutorial and demos related to kcp.

Kubernetes Cluster Setup

There are many different ways to create a Kubernetes cluster locally. Here are some examples.

Kind (all platforms)

  • Make sure kind is installed on your machine.

  • Create a k8s 1.24 cluster with network policies enabled:

    kind create cluster --config kind/config-calico.yaml
  • Then install Calico:

    kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/release-v3.24/manifests/calico.yaml \
    kubectl -n kube-system set env daemonset/calico-node FELIX_IGNORELOOSERPF=true

k3d (all platforms)

  • Make sure k3d is installed on your machine.

  • Create a cluster named workload:

    k3d cluster create workload --image rancher/k3s:v1.24.10-k3s1

About

No description, website, or topics provided.

Resources

Contributing

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages