Deploy the solution
- Deploy the solution of the exercise
- 1.Run the following commands:
- The solution has been deployed successfully.
The exercise does not contain any licenses. Therefore, Airlock Microgateway runs as Community Edition
For more details see Features and support.
To run the exercise as Premium Edition, copy a valid license to .templates/microgateway/secret/microgateway.lic and execute kubectl apply -k . to re-deploy the Microgateway.
Instruction
- Observe the deployment and get used to it
- 1.Check the status of the Microgateway pod.
- 2.Watch the logs of the Microgateway pod.
- 3.Check the status of the Microgateway service.
- 4.Check the config files of the Microgateway runtime container which have been generated by the Microgateway configbuilder.
- The following files should exist in the Microgateway runtime container:
- ●/opt/airlock/ext-apache/conf/httpd.conf
- ●/config/opt/airlock/gatekeeper/resource/*
- ●/config/opt/airlock/gatekeeper/resource/license
Cleanup
- Delete Kubernetes resources from previously exercises or solutions
- 1.Run the following commands:
- All relevant Kubernetes resources in the namespace have been deleted successfully.
copy
kubectl delete all,ing,cm,secrets,pv,pvc,sa,roles,rolebindings,clusterroles,clusterrolebindings -l purpose=microgateway-tutorial