DEV Community

Hugo Martins
Hugo Martins

Posted on • Originally published at hugomartins.io on

KubeCon Europe 2021: Highlights #1

kubecon-logo

These will be a series of notes written as a stream of consciousness without much editing. This year’s edition of KubeCon Europe was once again completely virtual. Although there was some confusion with understanding the platform, setting up a calendar and finding where all the sessions were occurring (e.g. co-located events run on their platforms), this first day was interesting and instructive.

Sessions

I started my day off with “Project Office Hours” by LitmusChaos maintainers. I have watched LitmusChaos’ presentation in FOSDEM 2021 and I am amazed by the progress of the project so far, in a matter of months. LitmusChaos is CNCF sandbox project which aims to be a cloud native approach to Chaos Enginering in Kubernetes. It allows users to create experiments in a declarative approach, providing extensibility SDKs, and workflows that are easy to build quite quickly (“start in minutes not in days”). I believe LitmusChaos can pave the way for accessible and agile Chaos Engineering and I’m excited to be able to try some experiments and give it a go.

Next, I watched Ronald Petty’s “First Principles of Cloud Native Technology” about how to drill down into all of the technologies in the Kubernetes and Cloud ecosystem. Ronald Petty made a case about going back to first principles, which essentially means breaking down all of the complexity we are currently looking at into small problems until we can understand each of the small concepts and then compound that knowledge from the ground up. A simple example is breaking down “Cloud”, into “Kubernetes”, into “Pods”, into “Containers” and then “Process”. With this break down we can start from the “first principles” and understand each concept and associated technology until we have a complete picture of the macro systems in our mind and we can absorb that knowledge more easily. I believe this strategy applies to almost everything and reminds me of the The Feynman Technique as a way to advance our knowledge and learn new things. Slides are available here.

Another surprising session for me was Katie Gamanji’s “Open Standards: Anchoring Extensibility for Cloud-Native” where Katie Gamanji laid down the foundations of how open standards have been a core foundation of expanding Kubernetes, and its ecosystem, and improving interoperability. Container Runtime Interface (CRI), Container Network Interface (CNI), Container Storage Interface (CSI), Service Mesh Interface (SMI), Cloud Provider Interface (CPI). All of these interfaces, and associated projects, are based on open standards. Only open technology can improve innovation, enhance extensibility and interoperability. It also helps improve technology’s resilience and stability, as well as share knowledge and experience across the entire industry. As I said in the above tweet, this session renewed my faith in open technology and open standards! I’m not sure if this session will be available but if it is, I’d highly recommend people to watch it.

I also watched “Charting our K8s and Cloud Native Journey: Past, Present and Future” where some folks described and discussed Datadog’s experience with Kubernetes. I believe the most interesting stake about this roundtable has been how Kubernetes has evolved from an experimental technology to “boring technology” that most companies would be willing to depend on and run in production systems. It has been less than a decade but the ecosystem has been evolved at such a fast pace that it has started to bring some stability and maturity that enables it to be a runtime dependency for different types of workloads at truly enormous scales. At the same time, while providing clear business values, Kubernetes has also evolved operationally which has made running Kubernetes much smoother. The future seems bright and exciting.

Lastly, I enjoyed “Vitess, are we Fast Yet?” by Akilan Selvacoumar and Florent Poinsard from Planetscale to get a quick glimpse at what Planetscale is doing to benchmark Vitess and ensure its performance is improving. They are using arewefastyet which is a tool purposefully built to perform benchmarks on every push, merge and release that happens in Vitess. This is something I’ve been dreaming about having but never actually saw it pulled off nicely like this.

Cool Tech

A list of technologies that caught my attention and that I find interesting:

  • LitmusChaos: “Chaos Engineering for your Kubernetes”.
  • Longhorn: “Cloud native distributed block storage for Kubernetes”.
  • kured: “Kubernetes Reboot Daemon”.
  • renovate: “Universal dependency update tool that fits into your workflows”.
  • Falco: “Cloud-Native runtime security”.
  • cri-o: “Lightweight Container Runtime for Kubernetes”.
  • gVisor: “an application kernel for containers that provides efficient defense-in-depth anywhere”.
  • rook: “Production ready management for File, Block and Object Storage”.

I haven’t explored much of the sponsored demos or the exhibition demos though, these are all from the sessions I attended.

Latest comments (0)