βConcept: Kubernetes Objects What is really awesome about Kubernetes is that you can code up a desired state that you want it to do, then "apply" those configuration files (call Kubernetes Objects) and it will try to do set up that state (called ". As your cluster grows over time, you want to keep your configuration in static files so you can refer back, make changes as needed, and use them as references for other things you want to deploy.