{"id":19243549,"url":"https://github.com/stacksimplify/helm-masterclass","last_synced_at":"2025-04-04T08:03:55.677Z","repository":{"id":190077440,"uuid":"681477953","full_name":"stacksimplify/helm-masterclass","owner":"stacksimplify","description":"Helm Masterclass: 50 Practical Demos for Kubernetes DevOps","archived":false,"fork":false,"pushed_at":"2024-02-16T22:11:23.000Z","size":14197,"stargazers_count":141,"open_issues_count":2,"forks_count":686,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-28T07:02:16.503Z","etag":null,"topics":["docker","helm","helm-chart","helm-charts","helm-plugin","helm-release","kubernetes","kubernetes-cluster","kubernetes-deployment"],"latest_commit_sha":null,"homepage":"https://stacksimplify.com","language":"Smarty","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":"2023-08-22T05:30:40.000Z","updated_at":"2025-03-26T01:12:49.000Z","dependencies_parsed_at":"2024-11-09T17:18:41.309Z","dependency_job_id":"c4f128e7-a731-4600-92fc-310156298984","html_url":"https://github.com/stacksimplify/helm-masterclass","commit_stats":null,"previous_names":["stacksimplify/helm-masterclass"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fhelm-masterclass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fhelm-masterclass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fhelm-masterclass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fhelm-masterclass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacksimplify","download_url":"https://codeload.github.com/stacksimplify/helm-masterclass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247136715,"owners_count":20889725,"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":["docker","helm","helm-chart","helm-charts","helm-plugin","helm-release","kubernetes","kubernetes-cluster","kubernetes-deployment"],"created_at":"2024-11-09T17:18:33.812Z","updated_at":"2025-04-04T08:03:55.657Z","avatar_url":"https://github.com/stacksimplify.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Helm Masterclass: 50 Practical Demos for Kubernetes DevOps](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n\n[![Image](images/helm-highest-rated.png \"Helm Masterclass: 50 Practical Demos for Kubernetes DevOps\")](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n\n\n## [Course Details](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- **Title:** [Helm Masterclass: 50 Practical Demos for Kubernetes DevOps](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- **Subtitle:** Create, Develop, Install, Upgrade, Rollback, Package, and Publish Helm Charts with step-by-step practical demos.\n\n## [Course Modules](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n01. Install Docker Desktop and HelmCLI\n02. Helm Install\n03. Helm Upgrade with set option\n04. Helm Upgrade with Chart Versions\n05. Helm Uninstall Keep History\n06. Helm Install Generated Name\n07. Helm Install Atomic\n08. Helm with Namespaces\n09. Helm Override Values\n10. Helm Chart Structure\n11. Helm Dev BuiltIn Objects\n12. Helm Dev Basics\n13. Helm Dev If Else EQ\n14. Helm Dev If Else AND BOOLEAN\n15. Helm Dev If Else OR\n16. Helm Dev If Else NOT\n17. Helm Dev WITH\n18. Helm Dev WITH If Else\n19. Helm Dev Variables\n20. Helm Dev Range List\n21. Helm Dev Range Dict\n22. Helm Dev Named Templates\n23. Helm Dev Printf Function\n24. Helm Dev call template in template\n25. Helm Create and Package Chart\n26. Helm Dependency\n27. Helm Dependency Alias\n28. Helm Dependency Condition\n29. Helm Dependency Condition Alias\n30. Helm Dependency Tags\n31. Helm Dependency Override Subchart Values\n32. Helm SubChart Global Values\n33. Helm Dependency Import Values Explicit\n34. Helm Dependency Import Values Implicit\n35. Helm Starters\n36. Helm Plugins\n37. Helm Plugins Build\n38. Helm Hooks\n39. Helm Hooks Delete Policy\n40. Helm Hook Weights\n41. Helm Tests\n42. Helm Resource Policy\n43. Helm Sign and Verify Charts\n44. Helm Repo on GitHub\n45. Integrate with ArtifactHub\n46. Helm Values Validate with JSON Schema\n\n\n## [What will students learn in your course?](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- You will master all 24 Helm commands, along with their respective subcommands and flags, through multiple practical demonstrations.\n- You will learn how to develop Helm Charts through 13 Helm development demos.\n- You will learn flow control actions such as If-else, With, and Range, in combination with functions like EQ, AND, BOOLEAN, OR, NOT, DEFAULT, and QUOTE.\n- You will learn to create, package, install, upgrade, rollback, and uninstall Helm Charts.\n- You will learn to implement Helm Dependency through 9 demos, which cover Alias, Condition, Tags, Global Values, and Import values.\n- You will learn Helm concepts such as starters, plugins, hooks, tests, resource policy, and Values JSON Schema through practical demos\n- You will learn to implement Helm Chart signing and verification.\n- You will learn how to create a Helm Repository on GitHub and integrate it with Artifact Hub. \n\n\n## [What are the requirements or prerequisites for taking your course?](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- You must have Kubernetes knowledge and experience to follow with me for hands-on activities.\n\n## [Who is this course for?](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- This course is designed for students who have completed my AWS EKS, Azure AKS, or Google GKE Kubernetes courses.\n- Infrastructure Architects or Sysadmins or Developers or DevOps Engineers who are planning to master Helm.\n\n## [Github Repositories used for this course](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- [helm-masterclass](https://github.com/stacksimplify/helm-masterclass)\n- [helm-charts](https://github.com/stacksimplify/helm-charts)\n- [helm-charts-repo](https://github.com/stacksimplify/helm-charts-repo)\n- [Course Presentation](https://github.com/stacksimplify/helm-masterclass/course-presentation/)\n- **Important Note:** Please go to these repositories and FORK these repositories and make use of them during the course.\n\n\n## [Each of my courses come with](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n- Amazing Hands-on Step By Step Learning Experiences\n- Practical demos for each and every concept\n- Friendly Support in the Q\u0026A section\n- \"30-Day \"No Questions Asked\" Money Back Guaranteed by Udemy\"\n\n## My Other AWS Courses\n- [Udemy Enroll](https://www.stacksimplify.com/azure-aks/courses/stacksimplify-best-selling-courses-on-udemy/)\n\n## Stack Simplify Udemy Profile\n- [Udemy Profile](https://www.udemy.com/user/kalyan-reddy-9/)\n\n# HashiCorp Certified: Terraform Associate - 50 Practical Demos\n[![Image](https://stacksimplify.com/course-images/hashicorp-certified-terraform-associate-highest-rated.png \"HashiCorp Certified: Terraform Associate - 50 Practical Demos\")](https://links.stacksimplify.com/hashicorp-certified-terraform-associate) \n\n# AWS EKS - Elastic Kubernetes Service - Masterclass\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\n# Azure Kubernetes Service with Azure DevOps and Terraform \n[![Image](https://stacksimplify.com/course-images/azure-kubernetes-service-with-azure-devops-and-terraform.png \"Azure Kubernetes Service with Azure DevOps and Terraform\")](https://www.udemy.com/course/azure-kubernetes-service-with-azure-devops-and-terraform/?referralCode=2499BF7F5FAAA506ED42)\n\n# Terraform on AWS with SRE \u0026 IaC DevOps | Real-World 20 Demos\n[![Image](https://stacksimplify.com/course-images/terraform-on-aws-best-seller.png \"Terraform on AWS with SRE \u0026 IaC DevOps | Real-World 20 Demos\")](https://links.stacksimplify.com/terraform-on-aws-with-sre-and-iacdevops)\n\n# Azure - HashiCorp Certified: Terraform Associate - 70 Demos\n[![Image](https://stacksimplify.com/course-images/azure-hashicorp-certified-terraform-associate-highest-rated.png \"Azure - HashiCorp Certified: Terraform Associate - 70 Demos\")](https://links.stacksimplify.com/azure-hashicorp-certified-terraform-associate)\n\n# Terraform on Azure with IaC DevOps and SRE | Real-World 25 Demos\n\n[![Image](https://stacksimplify.com/course-images/terraform-on-azure-with-iac-azure-devops-sre-1.png \"Terraform on Azure with IaC DevOps and SRE | Real-World 25 Demos\")](https://links.stacksimplify.com/terraform-on-azure-with-iac-devops-sre)\n\n# [Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos](https://links.stacksimplify.com/terraform-on-aws-eks-kubernetes-iac-sre)\n\n[![Image](https://stacksimplify.com/course-images/terraform-on-aws-eks-kubernetes.png \"Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos \")](https://links.stacksimplify.com/terraform-on-aws-eks-kubernetes-iac-sre)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fhelm-masterclass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacksimplify%2Fhelm-masterclass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fhelm-masterclass/lists"}