View gist:9c24c14f0177b9862f7b628a880f7568
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install argo CD | |
[centos@ip-172-31-8-215 argocd]$ kubectl create namespace argocd | |
namespace/argocd created | |
[centos@ip-172-31-8-215 argocd]$ kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml | |
customresourcedefinition.apiextensions.k8s.io/applications.argoproj.io created | |
customresourcedefinition.apiextensions.k8s.io/appprojects.argoproj.io created | |
serviceaccount/argocd-application-controller created |
View gist:d5738d49fd94a1c7eacc14443f8e74a6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Calico-monitoring namespaces. Pods are all over the nodes | |
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES | |
compliance-server-5d67bb6f85-hm6xj 1/1 Running 0 3d3h 192.168.54.67 ip-172-31-0-16.ec2.internal <none> <none> | |
es-data-tigera-elasticsearch-elasticsearch-storage-0 1/1 Running 0 3d3h 192.168.54.71 ip-172-31-0-16.ec2.internal <none> <none> | |
es-client-tigera-elasticsearch-6cd4d56bd5-vcckz 1/1 Running 0 3d3h 192.168.54.70 ip-172-31-0-16.ec2.internal <none> <none> | |
elasticsearch-operator-sysctl-kjh54 1/1 Running 0 3d3h 192.168.54.72 ip-172-31-0-16.ec2.internal <none> <none> | |
alertmanager-calico-node-alertmanager-0 2/2 Running 0 3d3h 192.168.54.73 ip-17 |