- Version
- Download 35
- File Size 647.81 KB
- File Count 1
- Create Date March 17, 2023
- Last Updated March 17, 2023
Deploying our first application
Before we start talking about all the things you can do with Kubernetes, let’s run a quick example so you can see how things work in practice. Don’t worry if you don’t understand everything we are doing, I just want to show you that getting an application to run on Kubernetes is not that complicated. As we will discuss later, we usually work with Kubernetes in a declarative way, that is, instead of telling it what to do, we send it a manifest (as a yaml file) describing our desired state. In this case, we want to run nginx, so the manifest would be something like this: