-
Notifications
You must be signed in to change notification settings - Fork 0
stephanwesten/ksak
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Kubernetes Swiss Army Knife Go application that prints the current time and a random string. Suited for experiments in Kind. Build instructions ------------------ cd src env GOOS=linux go build -o ../bin cd .. docker build --tag ksak . verify: docker run --tag ksak Switch to Kind cluster ---------------------- kubectl config get-contexts kubectl config set current-context kind-kind Deploy in Kind cluster ---------------------- kind load docker-image ksak verify: docker exec -it kind-control-plane crictl images kubectl apply -f ksak_pod_manifest.yaml -n default kubectl get pods -n default Reload requires to delete the pod due to latest tag: k delete pod ksak -n default
About
Kubernetes Swiss Army Knife (docker container build with Go on Apple Silicon / m1)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published