-
Notifications
You must be signed in to change notification settings - Fork 0
Managing Solodev Deployments in the Kubernetes dashboard
jlagordon edited this page Apr 16, 2020
·
2 revisions
With the Kubernetes Dashboard, users are able to access and manage instances of Solodev CMS for Kubernetes deployments. From the dashboard, users can SSH into Solodev deployments, access logs for each Solodev instance and much more. This document discusses common management use cases.
To connect to an instance of Solodev CMS via SSH users should:
- Configure a VPC and EC2 Key Pair that will be used to install the EKS cluster.
- Install and configure an EKS cluster.
- Deploy Solodev CMS on an EKS Cluster via CloudFormation.
To connect to Solodev CMS via SSH:
- Connect and login to the Solodev Dashboard
- Click the select box under Namespace.
- Choose solodev-dcx.
- In the Kubernetes dashboard, click Pods.
- Click the instance name for port 80.
- Click the Terminal icon located in the top right-hand corner of the screen.
- Once connected the user can assume super admin rights by running sudo bash.
- Users can exit bash by typing “exit” and pressing enter.
Users can access the logs of each Solodev instance to troubleshoot common issues encountered throughout the stack creation process. The steps to access the logs are provided below:
- Login to the Kubernetes Dashboard.
- Choose solodev-dcx from the Namespace select box.
- Click Pods in the dashboard.
- Click on the solodev container.
- Click the View logs icon located in the upper-right container.
© 2019 Solodev. All rights reserved worldwide. And off planet. Visit solodev.com to learn more.