Infrastructure
DX Cloud runs on Kubernetes clusters. Kubernetes clusters are sets of node machines running containerized applications. One of the primary advantages of Kubernetes clusters is that they automatically manage your cluster to match the configured desired state.
Check out the subsections below to get an idea of what the Cockpit displays for you regarding Clusters. |
Kubernetes flow
Let’s say you deploy your application with the desired state of having 4 nodes
of your application running.
If 1 of the nodes crashes, we see just 3 nodes are active, so we add 1 more to meet the desired state.
Select desired cluster
Select your desired cluster from the dropdown menu at the top of the Cockpit.
Overview
The Infrastructure Overview section in the Cockpit displays information about the clusters you have available in your DX Cloud setup. There are typically production and integration clusters at a minimum, but each setup is different.
What info is displayed?
The tab display the following information:
-
Cloud provider (such as
rke
standing for Rancher Kubernetes) -
Version
-
Number of nodes
-
Created on (when the cluster was created)
There is also a table that shows more detailed cluster information such as:
-
Name (the name of the cluster)
-
Version
-
External IP
-
Operating System (OS)
-
CPU usage in percentage
-
Memory usage in percentage
-
Age of the cluster
Events
The Infrastructure Events section in the Cockpit displays information about the events within the cluster. These events are objects that show you exactly what is occurring inside your cluster, such as scheduler decisions or why some pods are being evicted from a node.
You can select up to the last 7 days for this filter. |
Distribution
The Infrastructure Distribution section in the Cockpit displays information what pods are running on what nodes for your DX Cloud project.
View distribution
-
If you want, click Hide System Resources to only display the distribution used by Magnolia only.
-
Click Apply filters.
What info is displayed?
The following information is displayed:
-
The Node
-
The total available CPUs
-
The Used CPU in percentages
-
The Available memory in GB
-
The Used memory in percentages
If you want to see more details, click the plus icon to see:
-
The namespace
-
The name of the database or application
-
The number of CPU requests
-
The CPU usage against the available limit
-
The Memory requests
-
The Memory usage against the available limit