From 1721398dfbe07338850ec17037dc092e18428ac2 Mon Sep 17 00:00:00 2001 From: Peter Whall <36415500+lostsoulparty@users.noreply.github.com> Date: Fri, 20 Oct 2023 14:26:10 +0100 Subject: [PATCH] Update readme.md Adding killercoda.com for CKA practise scenarios --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index eafa77a..45507c4 100644 --- a/readme.md +++ b/readme.md @@ -298,6 +298,7 @@ Items with :green_heart: indicate open source projects. - [Example: Deploying WordPress and MySQL with Persistent Volumes](https://kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/) - This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. - [Exposing an External IP Address to Access an Application in a Cluster](https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/) - This guide shows how to create a Kubernetes Service object that exposes an external IP address. - [Katacoda](https://www.katacoda.com/courses/kubernetes/playground) - This is a Kubernetes playground, a safe place designed for experimenting, exploring and learning Kubernetes. +- [Killercoda](https://www.killercoda.com/killer-shell-cka) - Scenarios that can be used standalone for CKA preparation or Kubernetes administration studies. - [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) - An official list of commonly used kubectl commands and flags. - [Kubectl Kubernetes CheatSheet](https://github.com/dennyzhang/cheatsheet-kubernetes-A4) :fire::fire::fire::fire: - A cheatsheet containing many helpful kubectl commands - [Kubernetes API Reference Docs](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/) - A high-level overview of the basic types of resources provided by the Kubernetes API and their primary functions.