Deploy Lamp in Kubernetes with using Helm.
To create a Helm chart for a LAMP stack, you can follow these steps:
Lamp deployment in Kubernetes with using Helm chart.
Prerequisites
Access the Kubernetes Master Node
ssh -i access_keuser@master-node-addressCreate a new directory for your Helm chart:
mkdir my-lamp-chart
cd my-lamp-chartInitialize the Helm chart:

Edit the values.yaml file:
Add image of httpd

Edit the templates directory:
Add the target port: 80

Rum Helm Install



Added Pools Overview


Last updated