Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

  • πŸ“Ÿ Background

  • πŸ“š Study

  • 🎯 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

      • - This course teaches you about tmux's pane and window management, session management, copy-paste, and more.
    • openssl/cfssl

      • - When it comes to security-related tasks, like generating keys, CSRs, certificates, calculating digests, debugging TLS connections and other tasks related to PKI and HTTPS, you’d most likely end up using the OpenSSL tool.
    • vi

      • - Get up and running with the world's best text editor. No Vim experience is required, but you'll be productive in no time (and blazing-fast, soon).
  • 🌏 Extra Reading

  • πŸ’Ό 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.