17 articles Kubernetes
How to install eksctl tool?
https://github.com/weaveworks/eksctl https://eksctl.io/
Example kubectl and jq command get all the pod images
Falco reference links
https://falco.org/docs/getting-started/installation/ https://github.com/falcosecurity/charts/tree/master/falco https://falco.org/docs/rules/supported-fields/ https://falco.org/docs/rules/default-macros/ https://falco.org/docs/configuration/
Example run Tracee tool as a container
Understand Kubernetes kubeconfig file bookmark
https://github.com/zecke/Kubernetes/blob/master/docs/user-guide/kubeconfig-file.md
Kubernetes.io useful bookmarks.
Ingress https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#-em-ingress-em- https://kubernetes.io/docs/concepts/services-networking/ingress https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types Kubeadm https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ Network Troubleshooting [Debug service issues] – https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/ [DNS Troubleshooting] – https://kubernetes.io/docs/tasks/administer-cluster/dns-debugging-resolution/
Example POD reader role only definition Kubernetes template
Example POD reader role only definition Kubernetes template.
CKA certification details
Certified Kubernetes Administrator: https://www.cncf.io/certification/cka/ Exam Curriculum (Topics): https://github.com/cncf/curriculum Candidate Handbook: https://www.cncf.io/certification/candidate-handbook Exam Tips: http://training.linuxfoundation.org/go//Important-Tips-CKA-CKAD
ETCD default listening ports
2379 for client requests 2380 for peer communication