12 week routine of practice and implementation details
- Kubernetes the hard way
- Create local cluster with kind
- create local cluster with minikube
- Use kubeadm to create a K8s cluster on Ubuntu
- Free courses on ACG Oct 2022
- Creating user and role in K8s
- How HTTPS works
- PKI - part 1
- PKI - part 2
- Chapter 1 - Section 6
Put all YAML files in WEEK2 directory
- Create the YAML for a certificate signing request.
- Create the YAML for a
rolenamed "pod-reader" that allows users to perform get, watch and list on pods. - Create the YAML for a
roleBindingnamed "admin-binding", in the namespace "acme", granting permissions for the "admin" ClusterRole to a user named "bob".