I made a video.

I made a video.

It is with immense sadness that we must share with you the news of the loss of our friend, our leader, and our mentor, Kris N贸va.
It was N贸va who inspired us to come together to build Hachyderm, whose vision created Nivenly, and whose mission we continue to carry forward. In her working life beyond Nivenly, she has left behind a legacy of professionalism and strength of vision, and we all miss her terribly.
https://nivenly.org/blog/2023/08/19/an-announcement-regarding-kris-n%C3%B3va/
@GreatestTrek When I heard this episode, I noticed the drops were playing at superspeed. Thought it was a fun bit related to the time shenanigans of this episode
I got halfway through before I realized I had my podcatcher playback speed at 1.2x
#unintentionalbitmoment
@cvennevik If someone breaks the control plane in a self-managed cluster, it can be complex to recover from it. This can happen for a few reasons, overloading, misconfiguration, etc.
Dealing with a managed control plane removes most of the hard parts from cluster management
@serge Hmm, I've been using k8s for several years, and I've never had the need to write a new operator.
Usually one can handle the basics with just the "Service" and the "Deployment" objects. (https://kubernetes.io/docs/tutorials/kubernetes-basics/)
In any case, good luck!
<!DOCTYPE html> Kubernetes Basics This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and a tutorial for you to follow along. Using the tutorials, you can learn to: Deploy a containerized application on a cluster. Scale the deployment. Update the containerized application with a new software version. Debug the containerized application. What can Kubernetes do for you?