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...
May 5, 20243 min read228
