Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-cka
βΈοΈ A curated list for awesome resources needed to pass your Certified Kubernetes Administrator (CKA) exam.
https://github.com/krzko/awesome-cka
Last synced: 2 days ago
JSON representation
-
π Background
-
π Study
-
Do
- - This tutorial walks you through setting up Kubernetes the hard way. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster.
- - This section of the Kubernetes documentation contains pages that show how to do individual tasks. A task page shows how to do a single thing, typically by giving a short sequence of steps.
-
Courses
- - This course prepares you for the Certified Kubernetes Administrator (CKA) exam by the Cloud Native Computing Foundation. You will learn how all of the components of a Kuberenetes cluster work together, how to monitor all components of a cluster, and how to build your own Kubernetes cluster from scratch. We will also cover networking, deploying applications, scheduling pods, logging, and a whole lot of practice in the command line.
- - Everything you need to know to start deploying and managing cloud-native applications on Kubernetes in the real world.
- - Prepare for the Certified Kubernetes Administrators Certification with live practice tests right in your browser.
-
Read
- https://www.amazon.com/Kubernetes-Running-Dive-Future-Infrastructure/dp/1491935677
- https://www.amazon.com/DevOps-Kubernetes-Accelerating-container-orchestrators-ebook/dp/B0711KDB8N/
- https://www.amazon.com/Kubernetes-Book-Version-January-2018-ebook/dp/B072TS9ZQZ
- - Kubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes environment. Before diving into Kubernetes, the book gives an overview of container technologies like Docker, including how to build containers, so that even readers who haven't used these technologies before can get up and running.
- https://www.amazon.com/DevOps-Kubernetes-Accelerating-container-orchestrators-ebook/dp/B0711KDB8N/
- https://spacelift.io/blog/kubernetes-cheat-sheet
- https://spacelift.io/blog/kubernetes-best-practices
-
-
π― Practice Test
-
Courses
- https://github.com/liftoff/GateOne
- - A sample lab test environment to help in preparation of CKA certification.
- - A set of exercises that will help you to prepare for the Certified Kubernetes Administrator exam.
- - A set of exercises to prepare for Certified Kubernetes Application Developer exam by Cloud Native Computing Foundation, some overlap with the above but with more content.
-
-
π Pre-requisites
-
systemd
- - In this guide, we'll give you a quick run through of the most important commands you'll want to know for managing a systemd enabled server.
- - In this guide, we will be discussing the systemctl command, which is the central management tool for controlling the init system.
- - In this guide, we will introduce you to the different units that systemd can handle..
- - In this guide, we will discuss how to use the journalctl utility, which can be used to access and manipulate the data held within the journal.
-
tmux
-
openssl/cfssl
-
vi
-
-
π Extra Reading
-
Courses
-
-
πΌ The Coal Face
-
Courses
- - MicroK8s is a CNCF certified upstream Kubernetes deployment that runs entirely in your workstation. Being a snap it runs all Kubernetes services natively (i.e. no virtual machines) while packing the entire set of libraries and binaries needed. Installation is limited by how fast you can download a couple of hundred megabytes and the removal of MicroK8s leaves nothing behind.
- - Kubernetes Engine is a managed, production-ready environment for deploying containerized applications. It brings our latest innovations in developer productivity, resource efficiency, automated operations, and open source flexibility to accelerate your time to market.
- - This is a Kubernetes playground, a safe place designed for experimenting, exploring and learning Kubernetes. The playground has a pre-configured Kubernetes cluster with two nodes, one configured as the master node and a second worker node.
- - minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.
-
Programming Languages
Categories
Sub Categories