...

/

Exercise: Run an Apache Container

Exercise: Run an Apache Container

Test yourself by creating and running your own pod.

We'll cover the following...

Running our own pod

Almost everything in Kubernetes will work around pods, so it’s very important to understand what they are and how to run and interact with them. We encourage you to try to run a pod yourself.

In the examples so far, we have been using nginx, so a good exercise ...