top of page

UPDATES
Search


ArgoCD QS 2025
1. Create the namespace (if not already present) kubectl get ns argocd || kubectl create namespace argocd 2. Add and update the Helm repo helm repo add argo https://argoproj.github.io/argo-helm helm repo update 3. Generate a rendered template (YAML output) of Argo CD v7.7.3 and save it helm template argocd argo/argo-cd --version 7.7.3 --set crds.install=false -n argocd > ~/argo-helm.yaml 4. Use same version and disable CRD installation helm install argocd argo/argo-cd --vers
Ingress now
Oct 261 min read


QS16
Question Context: ఈ cluster ని kubeadm తో setup చేశారు. ఇప్పుడు ఈ cluster ని ఒక కొత్త machine కి migrate చేశారు. Migration సమయంలో కొన్ని cluster components break అయ్యాయి.వాటిని fix చేసి cluster మళ్ళీ run అయ్యేలా చేయాలి. ఒకే ఒక్క node ఉన్న cluster AWNS: ee file lo Vi /etc/kubernetes/manifests/kube-apiserver.yaml ee file lo ETCD ip address wrong ga undi https://127.0.0.1:2379 Ila undali akkada 128 undi okkosari portnumber kuda change chestaru gurthupettukovali port number ku
Ingress now
Oct 251 min read


First QS Small modification
Vi hpa.yaml Ee file ni copy chesi max replicas kinda saabilization window ni add chesi apply cheyali cheasal last output ala vastundi kinda unna link ki velthe aa yaml file kanapaduthundi kindaki velthe https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/
Ingress now
Oct 251 min read
bottom of page
