83 private links
Manage k8s clusters from the cli. Seems less declarative than the ecosystem usually wants to be but also very nice for playing around and investigating issues?
Similar to lazydocker for the kubernetes crowd.
Provides a set of kubernetes extensions which allow git repositories to be applied (synced) into a cluster and reconciled in the typical declarative model. It thus seeks to allow GitOps flows to automatically be applied.
I.e. you merge something in git and it applies it to your k8s cluster.
Lens IDE for Kubernetes. The only system you’ll ever need to take control of your Kubernetes clusters. It's open source and free. Download it today!
This Kubernetes course is designed to be your complete guide on getting workloads up and running with Kubernetes. Suggested to play at 1.25 speed if you are ...
Video-based kubernetes introduction [1h:54]
In this multi-part series of articles I'll try and capture everything I think someone who wants to learn and work with Kubernetes should know about. If you have read any of my previous articles or courses you know that I like to learn by practice and trying things out. I'll explain theoretical things, but will focus more on the practical parts.
in-depth kubernetes introduction (45 pages!)
Really good introductory video for kubernetes concepts;
breaks down with simple analogies and really quick history: pods, services, ingress, deployments, resource allocation vs dynamic resource management; rolling update; and probably 1-2 things more
Various docker tools to learn
especially single-cluster setups like
- minikube
- microk8s
- kind (kubernetes in docker)
and more