K8s: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 108: Line 108:
* [https://argo-cd.readthedocs.io/en/stable/ GitOps » Argo CD » Overview]
* [https://argo-cd.readthedocs.io/en/stable/ GitOps » Argo CD » Overview]
* [https://argoproj.github.io/cd/ GitOps » Argo CD]
* [https://argoproj.github.io/cd/ GitOps » Argo CD]
* [https://fluxcd.io/ GitOps » Flux CD]
* [https://www.redhat.com/en/topics/devops/what-is-gitops GitOps » RedHat]
* [https://www.redhat.com/en/topics/devops/what-is-gitops GitOps » RedHat]
* [https://about.gitlab.com/topics/gitops/ GitOps » GitLab]
* [https://about.gitlab.com/topics/gitops/ GitOps » GitLab]

Revision as of 07:10, 16 May 2023

Kind

  • Pod
  • PersistentVolume
  • PersistentVolumeClaim
  • Deployment
  • DeploymentConfig
  • ReplicaSet
  • ReplicationController
  • StorageClass

Volume

Argo CD

kubectl create namespace argocd
kubectl get namespace -A

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

kubectl get pod -n argocd
kubectl get service -n argocd
kubectl port-forward -n argocd service/argocd-server 8080:80

Knowledge

snap services maas
snap services juju
snap services lxd

References