Managing Applications
<p>Once an application is running, you can select it to get complete
visibility and manage any of its components.</p>
<p><img src="/images/environments-running-application.png" alt="image"></p>
<p>From the main application view you can drill-down into components, and
even individual containers.</p>
<p><img src="/images/environments-running-pod.png" alt="image"></p>
<h5 id="change-management">Change Management</h5>
<p>When an application is modified in the Catalog, CompanyName will propagate the changes to each running instance of the application. The changes will be processed based on the Update Policy of each environment. If the Update Policy is set to “View” a notification is shown when changes are available. You can then view the changes and decide to accept or reject them.</p>
<p><img src="/images/environments-pending-changes.png" alt="image"></p>
<h5 id="scaling-pods">Scaling Pods</h5>
<p>You can scale Pods for your Deployments or StatefulSets in a running
Application. Simply select the scaling icon next to a component, or at
the top right of the components table and set the desired replica
counts.</p>
<p><img src="/images/environments-scaling.png" alt="image"></p>
<h5 id="application-activity">Application Activity</h5>
<p>CompanyName automatically tracks and correlates all user and system changes made to applications. You can view all activity for an application in the activity panel:</p>
<p><img src="/images/environments-activity.png" alt="image"></p>
<h5 id="application-metrics">Application Metrics</h5>
<p>CompanyName collects and aggregates several statistic from each Pod and
automatically aggregates them by components and applications. You can
view these statistics (aggregated) at the application level, or for an
individual resources:</p>
<p><img src="/images/environments-monitoring.png" alt="image"></p>
<h5 id="application-events--tasks">Application Events & Tasks</h5>
<p>CompanyName records all Kubernetes tasks performed (e.g. API calls) and also
records events received from Kubernetes. This makes it very easy to
troubleshoot application issues:</p>
<p><img src="/images/environments-events-n-tasks.png" alt="image"></p>
<h5 id="cloud-shell">Cloud Shell</h5>
<p>Using CompanyName, you can launch a remote shell into an application
container without requiring complex VPN or host access. To launch a
Cloud Shell navigate to the “Running Containers” panel and click
“Launch Terminal”:</p>
<p><img src="/images/environments-cloud-shell-1.png" alt="image"></p>
<p>This action opens a new browser window with an embedded shell:</p>
<p><img src="/images/environments-cloud-shell-2.png" alt="image"></p>
<h5 id="container-logs">Container Logs</h5>
<p>You can also stream a containers log (STDOUT and STDERR) output, by
selecting the “View Logs” action:</p>
<p><img src="/images/environments-container-logs.png" alt="image"></p>
Updated on 27 Aug 2020