Skip to content

Janemils/Helm_Charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm_Charts

Referred to the KodeKloud Voting Application git repo: https://github.com/kodekloudhub/example-voting-app-kubernetes/tree/main

Created Helm charts using te deployment and service files.

Pre-Requisite: Install Helm. Steps to use this Helm Charts:

  1. Create a namespace of your choice.
  2. Run the following commands: helm install charts-voting-res -n helm install charts-voting-fe -n
  3. Verify if all the pods,deployments and services are created successfully.
  4. Port-forward the two front-end applications and verify, if the application opens up and gives the expected output as seen in the screenshot attached below.
  • On selecting Cat: image image

  • On selecting Dog: image image

Can also use ArgoCD to deploy the helm charts.

  • Install ArgoCD in your cluster.
  • Apply the application.yaml file [kubectl apply -f application.yaml]
  • Verify in the terminal if all the deployments and services are created successfully.
  • Login to your argocd web ui and verify if all the deployments and services are created successfully.

image

You should be able to observe something similar to this: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages