Build a Kubernetes Operator in 10 minutes with Operator SDK
In Kubernetes, objects are analogous to a job or a completed task in the real world. You can use them to define common tasks, store them in a version control system, and apply them with kubectl apply. Kubernetes ensures that this triggers everything necessary to bring your declarative description to life by creating the depending resources (like pods) to run your software. Kubernetes contains a number of built-in object types that can be created with this workflow, like Deployments and Services.
read more
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.