Packaging and Shipping Operators

Learn how to package and ship Kubernetes operators.

Overview

Now that we’re familiar with how to develop an operator with best practices, let’s talk about the next step: packaging and shipping our operator. When we’re ready to ship or release our operator, we need to provide a way to install it, even if we’re the only user.

The most straightforward manner for delivering our operator is to provide raw manifests, so users can directly apply them to clusters. Let’s start with doing this.

Get hands-on with 1200+ tech skills courses.