Skip to content

Sainadh086/Kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes

This repo consists of kubernetes YAML files, which are deployed in a kubernetes cluster using argocd.

ArgoCD

ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state.

Installing ArgoCD

Retrieving the ArgoCD password

  • kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d

Connect to the ArgoCD UI

About

This repo consists of kubernetes YAML files, which are deployed in a kubernetes cluster using argocd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published