S.No | Contents |
---|---|
1. | Kubernetes Architecture |
2. | Pods with kubectl |
3. | ReplicaSets with kubectl |
4. | Deployments with kubectl |
5. | Services with kubectl |
6. | Pods with YAML |
7. | ReplicaSets with YAML |
8. | Deployments with YAML |
9. | Services with YAML |
- Pods
- ReplicaSets
- Deployments
- Services
- Step-01: CLI's Introduction
- Step-02: Install AWS CLI
- Step-03: Install kubectl CLI
- Step-04: Install eksctl CLI
- Step-01: EKS Cluster Introduction
- Step-02: Create EKS Cluster
- Step-03: Create IAM OIDC Provider and Managed Node Group in Public Subnets
- Step-04: Verify EKS Cluster Node Groups
- Step-01: EKS Cluster Pricing Note
- Step-02: Delete EKS Cluster Node Group
- Step-01: Kubernetes Architecture
- Step-02: Kubernetes vs AWS EKS Architecture
- Step-03: Kubernetes Fundamentals - Introduction
- Step-01: Pods Introduction
- Step-02: Pods Demo
- Step-03: Node Port Service Introduction
- Step-04: Node Port Service and Pods Demo
- Step-05: Interact with Pod - Connect to contianer in a pod
- Step-06: Delete Pod
- Step-01: ReplicaSet Introduction
- Step-02: Create ReplicaSet
- Step-03: Expose and Perform High Availability Tests and Delete ReplicaSet
- Step-02: Deployments Demo
- Step-03: Update Deployment using Set Image Option
- Step-04: Edit Deployment using kubectl edit
- Step-05: Rollback Application to Previous Version - Undo Deployment
- Step-06: Pause and Resume Deployments
- Step-01: Services Introduction
- Step-02: Services Demo
- Step-01: Create Pod Manifest in YAML
- Step-02: Create Node Port Service & Test
- Step-01: Create ReplicaSet Manifests with YAML
- Step-02: Create Node Port Service & Test
- Step-01: Create Deployment Manifest, Deploy & Test
- Step-01: Backend Application - Create Deployment and ClusterIP Service
- Step-02: Frontend Application - Create Deployment and NodePort Service
- Step-03: Deploy and Test - Frontend and Backend Applications