- Shared cluster is created and the context is configured
- Listing of namespace to create is to be populated in
./setup/namespaces.txt
cd setup;
# Show list of target namespaces
./run.sh print
# Create namespace and mysql deployments
./run.sh applycd solution;
kubectl apply -n <namespace> -f wordpress-manifest.yamlcd solution;
helm install -n <namespace> -f wordpress-values.yaml wordpress ./wordpress-chart/# delete namespace
./run.sh delete