Httpd Deploy in Kubernetes: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
This is a procedure to deploy httpd as a pod in Kubernetes and make it serve content form a local directory, mounted as "[[Kubernetes_Storage_Concepts#hostPath|hostPath]]". The procedure was written using Docker Desktop Kubernetes. | This is a procedure to deploy httpd as a pod in Kubernetes and make it serve content form a local directory, mounted as "[[Kubernetes_Storage_Concepts#hostPath|hostPath]]". The procedure was written using Docker Desktop Kubernetes. | ||
=Playground= | =Playground= | ||
{{External|https://github.com/ovidiuf/playground/tree/master/kubernetes/httpd-serving-local-hostPath}} | |||
=Procedure= | =Procedure= |
Revision as of 19:01, 15 December 2019
Internal
Overview
This is a procedure to deploy httpd as a pod in Kubernetes and make it serve content form a local directory, mounted as "hostPath". The procedure was written using Docker Desktop Kubernetes.
Playground
Procedure
Local Directory
Create a local directory that will host the content to be served by httpd.
Pod and Service Manifest