Kubernetes API Objects
Deployments:-
Deployments are usually used for stateless applications. However, you can save the state of deployment by attaching a Persistent Volume to it and make it stateful, but all the pods of a deployment will be sharing the same Volume and dat...
kakarlayogitha.hashnode.dev3 min read