Elastic Kubernetes Service (EKS) is a managed kubernetes offering by AWS.
Discover how to harness the power of Amazon Web Services (AWS) to deploy a robust, scalable Kubernetes environment.
This tutorial guides you through setting up an EKS cluster, configuring essential tools like eksctl
, kubectl
, and awscli
, and deploying the Kubernetes Goat for real-world application testing.
Perfect for beginners and experienced developers alike, dive into the essentials of AWS to enhance your cloud capabilities.
eksctl
installed refer to the docs for installation eksctl version
kubectl
installed and in the path, refer to the docs for installation kubectl version
awscli
installed and it is setup with your AWS account, refer to the docs for installation helm
package manager installed and the path, refer to the docs for installation helm version
aws configure
. Refer to the docs for configuration.k8s-goat-cluster
with two nodes of type t4g.medium
. eksctl create cluster --help
to see all available options.eksctl create cluster --name k8s-goat-cluster --region us-east-1 --node-type t4g.medium --nodes 2
aws eks update-kubeconfig --name k8s-goat-cluster --region us-east-1
kubectl cluster-info
.git clone https://github.com/madhuakula/kubernetes-goat.git
cd kubernetes-goat/
bash setup-kubernetes-goat.sh
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…