Deploying
Hawk Container Edition Containers on AWS Based Kubernetes Cluster
Hawk Container Edition can be deployed on AWS using the configuration files (YAML format), which contain the configuration details for deployment including environment variables.
Create Kubernetes resources, required for deploying
Hawk Container Edition cluster, using the YAML files. These resources include deployment and services for the cluster. Thus, to deploy a
Hawk Container Edition cluster, create:
a Hawk Cluster Manager node (pod) to start the cluster
a service to connect to Hawk Cluster Manager node
a Hawk agent node which connects to the Hawk Cluster Manager node service
a Hawk console node which connects to the Hawk Cluster Manager node service
You can also get the external IP to the external service of the cluster by using the
get services command. You can then use that IP to connect to the cluster.
For example:
kubectl get services hkce-console-service
You can check the logs of individual Hawk component container pods using the following command: