K8s: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 69: Line 69:
* [https://kubernetes.io/docs/concepts/storage/persistent-volumes/ K8s » Volumes » Persistent]
* [https://kubernetes.io/docs/concepts/storage/persistent-volumes/ K8s » Volumes » Persistent]
* [https://kubernetes.io/docs/concepts/storage/projected-volumes/ K8s » Volumes » Projected]
* [https://kubernetes.io/docs/concepts/storage/projected-volumes/ K8s » Volumes » Projected]
* [https://argo-cd.readthedocs.io/en/stable/ K8s » Argo CD » Overview]
* [https://www.educative.io/answers/how-to-use-volumes-in-kubernetes K8s » Use Volumes]
* [https://www.educative.io/answers/how-to-use-volumes-in-kubernetes K8s » Use Volumes]
* [https://kustomize.io/ K8s » Kustomize]
* [https://kustomize.io/ K8s » Kustomize]
* [https://kubernetes.io/docs/concepts/storage/volumes/ K8s » Volumes]
* [https://kubernetes.io/docs/concepts/storage/volumes/ K8s » Volumes]
* [https://argoproj.github.io/cd/ K8s » Argo CD]


| valign="top" |
| valign="top" |
Line 108: Line 106:


| valign="top" |
| valign="top" |
* [https://argo-cd.readthedocs.io/en/stable/ GitOps » Argo CD » Overview]
* [https://argoproj.github.io/cd/ GitOps » Argo 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:06, 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