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 versionkubectl installed and in the path, refer to the docs for installation kubectl versionawscli 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 versionaws 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 General Working of a Web Application Firewall (WAF) A Web Application Firewall (WAF) acts as…
How to Send POST Requests Using curl in Linux If you work with APIs, servers,…
If you are a Linux user, you have probably seen commands like chmod 777 while…
Vim and Vi are among the most powerful text editors in the Linux world. They…
Working with compressed files is a common task for any Linux user. Whether you are…
In the digital era, an email address can reveal much more than just a contact…