Skip to content

moabukar/crossplane-kind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crossplane on K8s (Kind)

This local lab provides a fully automated way to set up a local Kubernetes cluster using Kind and install Crossplane via Helm.

Prerequisites

Ensure you have the following installed on your system:

  • Docker Desktop: Required for running Kind clusters.
  • Kind: Version 0.11.1 or later.
  • Helm: Version 3.2.0 or later.

To install these tools:

brew install kind helm

Usage

make create-kind
make install-crossplane

## Customize Crossplane

helm upgrade crossplane --namespace crossplane-system --reuse-values --values values.yaml crossplane-stable/crossplane

## Verify Crossplane
kubectl get pods -n crossplane-system

make clean

Extras

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published