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 would be to try to run Apache
, which is another web server that works similarly. Here’s a list of things you could do:
Get hands-on with 1400+ tech skills courses.