How to remove secrets from Kubernates
We can use the kubectl command to delete secrets from Kubernates.
#kubectl delete secret <secret-name>
Where secret-name need to be replaced with the name of the secret in Kubernates.
That's all…
For Techs.... Techniques.... Technologies....
We can use the kubectl command to delete secrets from Kubernates.
#kubectl delete secret <secret-name>
Where secret-name need to be replaced with the name of the secret in Kubernates.
That's all…