📄️ ☸️ Kubernetes
If you are already having a Kubernetes standard vanilla cluster environment and wanted to set up Kubernetes Goat, then you are in the right place. The below section contains the step-by-step instructions to set up the Kubernetes Goat in the standard cluster.
📄️ ☸️ KIND
kind is a tool for running local Kubernetes clusters using Docker container "nodes". kind was primarily designed for testing Kubernetes itself, but may be used for local development or CI.
📄️ ☁️ GCP
Google Kubernetes Engine (GKE) is a managed kubernetes offering by GCP.
📄️ ☁️ AWS
Elastic Kubernetes Service (EKS) is a managed kubernetes offering by AWS.
📄️ ☁️ Azure
Azure Kubernetes Services (AKS) is Microsoft's managed kubernetes offering running on Azure.
📄️ ☸️ K3S
The docker container runtime must be used to complete some of the included scenarios. K3s uses containerd by default, so adding docker support requires the following steps during installation
📄️ ☁️ AWS EC2 KiND CDK
AWS CDK uses the familiarity and expressive power of programming languages for modeling your applications. It provides high-level components called constructs that preconfigure cloud resources with proven defaults, so you can build cloud applications with ease.