Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-veeramalla authored Aug 3, 2023
1 parent a9cba5e commit b035be5
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions day-22/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,52 +217,3 @@ By configuring IAM policies and associating them with IAM roles, you grant speci
By completing these steps, your AWS environment is ready to host an Amazon EKS cluster. You can proceed with creating an EKS cluster using the AWS Management Console or AWS CLI as described in section 3.
## Launching your First EKS Cluster
### 3.1 Using the EKS Console for Cluster Creation
Step-by-step walkthrough of creating an EKS cluster using the AWS Management Console.
Selecting appropriate configurations for control plane, worker nodes, and networking.
Monitoring the cluster creation progress and troubleshooting common issues.
### 3.2 Launching an EKS Cluster via AWS CLI
Alternative method for creating an EKS cluster using AWS CLI commands.
Demonstrating how to provision and configure the EKS cluster components.
Using AWS CloudFormation templates for automated cluster creation.
### 3.3 Authenticating with the EKS Cluster
Understanding EKS cluster authentication methods.
Setting up Kubernetes configuration (kubeconfig) for EKS cluster access.
Verifying connectivity to the EKS cluster using kubectl commands.
## Deploying Applications on EKS
### 4.1 Containerizing Applications with Docker
Introduction to Docker and containerization principles.
Building Docker images for sample applications.
Pushing Docker images to Amazon ECR (Elastic Container Registry).
### 4.2 Writing Kubernetes Deployment YAMLs
Understanding Kubernetes YAML syntax.
Creating Deployment YAMLs for application deployments.
Configuring resource limits, labels, and annotations in YAML files.
### 4.3 Deploying Applications to EKS: Step-by-step Guide
Deploying applications using kubectl apply command.
Scaling applications using kubectl scale.

0 comments on commit b035be5

Please sign in to comment.