What is status subresource in k8s?
The /status subresource is used to split the user-provided specification of a CR instance from the controller-provided status. The main motivation for this is privilege separation:
• The user usually should not write status fields.
• The controller s...
utsabsapkota.hashnode.dev3 min read