CKA-practice-exercises
CKA-practice-exercises copied to clipboard
This is a guide for passing the CNCF Certified Kubernetes Administrator (CKA) with practice exercises. Good luck!
Linux academy Link for Kubernetes Hardway was not working. I have updated it with latest. As Linux Academy merged with A Cloud Guru.
terraform init Initializing the backend... Initializing provider plugins... - Reusing previous version of multani/libvirt from the dependency lock file - Using previously-installed multani/libvirt v0.6.3-1+4 Terraform has been successfully initialized! You...
Hi @alijahnas this message is being sent because there is a fork of this repository hosted on the ModernAppsNinja github org. We will be decommissioning the ModernAppsNinja Github org over...
>>># save etcd snapshot >>>sudo ETCDCTL_API=3 etcdctl snapshot save --endpoints 172.16.1.11:2379 snapshot.db --cacert >>>/etc/kubernetes/pki/etcd/server.crt --cert /etc/kubernetes/pki/etcd/ca.crt --key /etc/kubernetes/pki/etcd/ca.key I think it should be: --cacert /etc/kubernetes/pki/etcd/ca.crt --cert /etc/kubernetes/pki/etcd/server.crt --key /etc/kubernetes/pki/etcd/server.key
a typo
Modified line 37 minor spelling mistake. Please let me know if it's acceptable @alijahnas
The CKA exam is comprised of 17 questions to be solved in 2 hours.
I would like to add this repository to your README , it contains quick notes and example questions and answers related to the CKA exam https://github.com/DiptoChakrabarty/CKA-0-to-100-guide I would like to...