{"id":19243534,"url":"https://github.com/stacksimplify/kubernetes-fundamentals","last_synced_at":"2025-05-14T18:04:58.787Z","repository":{"id":37482032,"uuid":"263264334","full_name":"stacksimplify/kubernetes-fundamentals","owner":"stacksimplify","description":"Kubernetes Fundamentals","archived":false,"fork":false,"pushed_at":"2024-07-24T17:53:55.000Z","size":541,"stargazers_count":507,"open_issues_count":10,"forks_count":4246,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-13T21:33:51.813Z","etag":null,"topics":["aws","aws-eks","aws-eks-cluster","aws-kubernetes","eks","eksctl","kubectl","kubernetes","kubernetes-deployments","kubernetes-pods","kubernetes-replication","kubernetes-services","pods","replicasets","yaml"],"latest_commit_sha":null,"homepage":"https://courses.stacksimplify.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stacksimplify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-12T07:26:39.000Z","updated_at":"2025-04-11T17:27:42.000Z","dependencies_parsed_at":"2024-11-09T17:18:36.803Z","dependency_job_id":null,"html_url":"https://github.com/stacksimplify/kubernetes-fundamentals","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fkubernetes-fundamentals","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fkubernetes-fundamentals/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fkubernetes-fundamentals/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fkubernetes-fundamentals/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacksimplify","download_url":"https://codeload.github.com/stacksimplify/kubernetes-fundamentals/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198514,"owners_count":22030965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-eks","aws-eks-cluster","aws-kubernetes","eks","eksctl","kubectl","kubernetes","kubernetes-deployments","kubernetes-pods","kubernetes-replication","kubernetes-services","pods","replicasets","yaml"],"created_at":"2024-11-09T17:18:29.140Z","updated_at":"2025-05-14T18:04:53.771Z","avatar_url":"https://github.com/stacksimplify.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubernetes Fundamentals\n\n[![Image](https://stacksimplify.com/course-images/AWS-EKS-Kubernetes-Masterclass-DevOps-Microservices-course.png \"AWS EKS Kubernetes - Masterclass\")](https://www.udemy.com/course/aws-eks-kubernetes-masterclass-devops-microservices/?referralCode=257C9AD5B5AF8D12D1E1)\n\n## Two FREE Courses on Udemy\n- [Kubernetes for Absolute Beginners on AWS Cloud | Part-1](https://www.udemy.com/course/kubernetes-for-absolute-beginners-on-aws-cloud-part-1)\n- [Kubernetes for Absolute Beginners on AWS Cloud | Part-2](https://www.udemy.com/course/kubernetes-for-absolute-beginners-on-aws-cloud-part-2)\n\n## Contents\n\n| S.No | Course Contents |\n| ---- | --------------- |\n| 1. | Kubernetes Architecture  |\n| 2. | Pods with kubectl  |\n| 3. | ReplicaSets with kubectl  |\n| 4. | Deployments with kubectl  |\n| 5. | Services with kubectl  |\n| 6. | YAML Basics  |\n| 7. | Pods with YAML  |\n| 8. | ReplicaSets with YAML  |\n| 9. | Deployments with YAML  |\n| 10. | Services with YAML  |\n\n## Imperative \u0026 Declarative Approach\n- Pods\n- ReplicaSets\n- Deployments\n- Services\n\n## List of Docker Images\n\n| Application Name  | Docker Image Name |\n| ----------------- | ----------------- |\n| Simple Nginx V1  | stacksimplify/kubenginx:1.0.0  |\n| Spring Boot Hello World API  | stacksimplify/kube-helloworld:1.0.0  |\n| Simple Nginx V2  | stacksimplify/kubenginx:2.0.0  |\n| Simple Nginx V3  | stacksimplify/kubenginx:3.0.0  |\n| Simple Nginx V4  | stacksimplify/kubenginx:4.0.0  |\n| Backend Application  | stacksimplify/kube-helloworld:1.0.0  |\n| Frontend Application  | stacksimplify/kube-frontend-nginx:1.0.0  |\n\n## Kuberentes Fundamentals - Step by Step\n\n### EKS -  Install AWS CLI, kubectl CLI and eksctl CLI\n- **Step-01:** CLI's Introduction\n- **Step-02:** Install AWS CLI\n- **Step-03:** Install kubectl CLI\n- **Step-04:** Install eksctl CLI\n\n### EKS - Create Cluster using eksctl\n- **Step-01:** EKS Cluster Introduction\n- **Step-02:** Create EKS Cluster\n- **Step-03:** Create IAM OIDC Provider and Managed Node Group in Public Subnets\n- **Step-04:** Verify EKS Cluster Node Groups\n\n### EKS Cluster Pricing Note and Delete Cluster\n- **Step-01:** EKS Cluster Pricing Note\n- **Step-02:** Delete EKS Cluster Node Group\n\n### Kubernetes Architecture\n- **Step-01:** Kubernetes Architecture\n- **Step-02:** Kubernetes vs AWS EKS Architecture\n- **Step-03:** Kubernetes Fundamentals - Introduction\n\n### Kubernetes - Pods with kubectl\n- **Step-01:** Pods Introduction\n- **Step-02:** Pods Demo\n- **Step-03:** Node Port Service Introduction\n- **Step-04:** Node Port Service and Pods Demo\n- **Step-05:** Interact with Pod - Connect to contianer in a pod\n- **Step-06:** Delete Pod\n\n### Kubernetes - ReplicaSets with kubectl\n- **Step-01:** ReplicaSet Introduction\n- **Step-02:** Create ReplicaSet\n- **Step-03:** Expose and Perform High Availability Tests and Delete ReplicaSet\n\n### Kubernetes - Deployments with kubectl\n- **Step-02:** Deployments Demo\n- **Step-03:** Update Deployment using Set Image Option\n- **Step-04:** Edit Deployment using kubectl edit\n- **Step-05:** Rollback Application to Previous Version - Undo Deployment\n- **Step-06:** Pause and Resume Deployments\n\n### Kubernetes - Services with kubectl\n- **Step-01:** Services Introduction\n- **Step-02:** Services Demo\n\n### YAML Basics\n- **Step-01:** Introduction to Kubernetes Declarative Approach\n- **Step-02:** YAML Basics\n\n### Kubernetes - Pods with YAML\n- **Step-01:** Create Pod Manifest in YAML\n- **Step-02:** Create Node Port Service \u0026 Test\n\n### Kubernetes - ReplicaSets with YAML\n- **Step-01:** Create ReplicaSet Manifests with YAML\n- **Step-02:** Create Node Port Service \u0026 Test\n\n### Kubernetes - Deployments with YAML\n- **Step-01:** Create Deployment Manifest, Deploy \u0026 Test\n\n### Kubernetes - Services with YAML\n- **Step-01:** Backend Application - Create Deployment and ClusterIP Service\n- **Step-02:** Frontend Application - Create Deployment and NodePort Service\n- **Step-03:** Deploy and Test - Frontend and Backend Applications\n\n\n## What will students learn in your course?\n- You will learn creating Pods, ReplicaSets, Deployments and Services using kubectl\n- You will learn creating Pods, ReplicaSets, Deployments and Services using YAML\n- You will write kubernetes manifests using YAML with confidence after going through live template writing sections\n- You will learn Kubernetes Fundamentals in both imperative and declarative approaches\n- You will learn to create AWS EKS Cluster using eksctl CLI\n- You will master many kubectl commands over the process\n- You will have step by step instructions documented using github repository\n\n## Are there any course requirements or prerequisites?\n- You must have an AWS account to follow with me for hands-on activities.\n- You dont need to have any basic kubernetes knowledge to start this course.  \n\n\n## Who are your target students?\n- Any beginner who is interested in learning kubernetes on cloud using AWS EKS. \n- AWS Architects or Sysadmins or Developers who are planning to master Elastic Kubernetes Service (EKS) for running applications on Kubernetes\n\n## Each of my courses come with\n- Amazing Hands-on Step By Step Learning Experiences\n- Real Implementation Experience\n- Friendly Support in the Q\u0026A section\n- 30 Day \"No Questions Asked\" Money Back Guarantee!\n\n## My Other AWS Courses\n- [Udemy Enroll](https://github.com/stacksimplify/udemy-enroll)\n\n## Stack Simplify Udemy Profile\n- [Udemy Profile](https://www.udemy.com/user/kalyan-reddy-9/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fkubernetes-fundamentals","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacksimplify%2Fkubernetes-fundamentals","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fkubernetes-fundamentals/lists"}