DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to Create Your Own Kubernetes Custom Resources

4 years ago dzone.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Modularity is more than just a theme; even controllers and resources that are native to Kubernetes are now being built as custom resources and controllers, all for the sake of expanding the platform’s modularity to the next level. Of course, Kubernetes custom resources are not new to the platform. Custom resources are handy for when you need to extend the basic Kubernetes API and add new, specific features to your cluster.

Since the command line is natively supported, custom resources are perfect for when you want to automate updates and maintenance.

Before you go ahead and add custom resources, there are a few steps you want to check first, starting with reviewing the dependencies of your custom resources.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com