Kubernetes Operators & CRDs Made Simple: Automate Like a Pro
What is a Custom Resource (CR) and Custom Resource Definition (CRD)
A Custom Resource (CR) is an extension of the Kubernetes API that allows you to introduce and manage custom objects beyond the built-in resources like Pods or Deployments.
A Custom R...
bittublog.hashnode.dev11 min read