Introduction
...
1. Start with cloning the repository from GitLab.
2. Change to the directory.
|
Step 2: Create Namespace
Run the following command on the master node. Create the namespace using the command.
|
ConfigMaps
apply the configmap in ConfigMaps folder using
Code Block |
---|
kubectl apply -f Configmap/ |
Services
Create service for deployment of generic components
Code Block |
---|
kubectl apply -f Services/ |
Deployments
apply the Deployment manifests
Code Block |
---|
kubectl apply -f Deployment/ |
Step 4: Update the FQDN
1. Decide the FQDN to be used in your solution and change the <FQDN> to your actual FQDN as given in the following command:
|
Ingress
Run this command for RKE
Code Block |
---|
kubectl apply -f Ingress/nginx |
Run this command for Traefik
Code Block |
---|
kubectl apply -f Ingress/traefik |
ActiveMQ
ActiveMQ should be deployed before all other solution components. To deploy ActiveMQ asStatefulSet run
Code Block |
---|
kubectl apply -f cim/StatefulSet/ |