Killercoda
Updated Apr 19, 2022 ·
Overview
The labs in this documentation require a running Kubernetes cluster.
If you don’t want to set up a Kubernetes cluster, you can use a free online playground called Killercoda. Go to Killercoda and sign in with your GitHub or Gmail account.
If you prefer to set up your own cluster and install Kustomize, please see Installing Kustomize.
Pre-installed Tools
Killercoda already includes kubectl
. To check:
kubectl version
You should see something like:
Client Version: v1.33.2
Kustomize Version: v5.6.0
Server Version: v1.33.2
If your kubectl
version is v1.14 or higher, Kustomize is included and you're good to go.
Clone the Repository
The sample codes can be found at joseeden/labs-kustomize. In your Killercoda terminal, clone the repository:
git clone https://github.com/joseeden/labs-kustomize.git