Skip to content

PellePedro/admissioncontroller

Repository files navigation

Admission Controller in Kubernetes

Download tools (OSX)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install kind
brew install kustomize
brew install kubectl
brew install go

Lens IDE

https://k8slens.dev

Start Kind and Deploy Cert Manager

Cert-Manager

pushd test/config
./start-cluster.sh
popd

Build Admission Controller

make build-image
make push-image

Deploy Manifests

kubectl create ns tsf-system
kustomize build deployments/default | kubectl apply -f -

Deploy test Pod

kubectl apply -f test/deployments/toolbox.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published