brew update
brew install kubernetes-cli
brew install aws-cli
brew install aws
brew link kubernetes-cli
curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/darwin/amd64/aws-iam-authenticator
aws configure
awsclius-west-2kubectl completion bash > $(brew --prefix)/etc/bash_completion.d/kubectl
kubectl config get-contexts
kubectl config use-context
kubectl proxy
kubectl exec <pod-name> <command> --namespace=<namespace>
kubectl exec prometheus-op-kube-state-metrics-85b7ffcb89-s96z7 /bin/bash --namespace=monitoring
https://gam.gitcoin.co/login http://grafana.com/dashboards prometheus -- out of the box alerts /logs did you know that you can run your standard docker commands in kubectl? neato
kubectl get pods --namespace=gc-production
kubectl get services --namespace=monitoring
kbuectl get ingress web --namespace notifications
http://github.com/helm predefined deployments you can use. ingress docs => https://kubernetes.io/docs/concepts/services-networking/ingress/
how do i spin up grants.gitcoin.co TODO: access to https://gam.gitcoin.co/login what is ingress?