Kubernetes and friends

Spend time getting to know your new friend - Kubernetes. Learn more about this open source container orchestration system and make notes on commands, tips, and tricks to bring it to life.

This cheat sheet covers how to create a Kubernetes Operator in Java using Quarkus.

This cheat sheet by Java Champion Alex Soto will help you get moving immediately. Topics covered include:

  • Defining the CRD
  • Defining the Java code
  • Registering the CRD in Kubernetes client
  • Implementing the operator
  • Deploying the operator
Previous resource
Intermediate: Kubernetes II Tutorial
Next resource
Video: Move existing Java app to Kubernetes