K8s: Difference between revisions
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://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] | ||
| 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
|
||
| ||
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
| ||