Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/user-guide/creating-application/config-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ You can select `Kubernetes External ConfigMap` in the `data type` field if you h

By default, the data type is set to `Kubernetes ConfigMap`.

Kubernetes External ConfigMap is created using the `kubectl create configmap` command. You can also use the ConfigMap generator in `kustomization.yaml` to create a ConfigMap.

Kubernetes External ConfigMap is created using the `kubectl create configmap` command.
If you are using `Kubernetes External ConfigMap`, make sure you give the name of ConfigMap the same as the name that you have given using kubectl create `Configmap <configmap-name> <data source>` command, otherwise, it might result in an error during the built.

You have to ensure that the External ConfigMap exists and is available to the pod.
Expand Down
16 changes: 8 additions & 8 deletions docs/user-guide/debugging-deployment-and-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ Over here, you can see the status of the app as Healthy. If there are some error

### Events

![](../.gitbook/assets/events1%20%281%29.jpg)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/events.jpg)

Events of the application are accessible from the bottom left corner.

Events section displays you the events that took place during the deployment of an app. These events are available until 15 minutes of deployment of the application.

### Logs

![](../.gitbook/assets/events2%20%281%29.jpg)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/logs.jpg)

Logs contain the logs of the Pods and Containers deployed which you can use for the process of debugging.

### Manifest

![](../.gitbook/assets/events3%20%282%29.jpg)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/manifest.jpg)

The Manifest shows the critical information such as Container-image, restartCount, state, phase, podIP, startTime etc. and status of the pods deployed.

### Deleting Pods

![](../.gitbook/assets/events5%20%281%29.png)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/delete-pod.jpg)

You might run into a situation where you need to delete Pods. You may need to bounce or restart a pod.

Expand All @@ -49,15 +49,15 @@ You can view `Application Objects` in this section of `App Details`, such as:
| `Config & Storage` | _ConfigMap_\( API object used to store non-confidential data in key-value pairs\) |
| `Custom Resource` | _Rollout_\(new Pods will be scheduled on Nodes with available resources\), _ServiceMonitor_\(specifies how groups of services should be monitored\) |

![](../.gitbook/assets/app-details-application-object-ingress.png)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/ingress.jpg)

## Monitoring

![](../.gitbook/assets/events4%20%282%29.jpg)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/debugging-deployment-and-monitoring/monitoring.jpg)

You can monitor the application in the `App Details`section.
You can monitor the application in the `App Details` section.

Metrics like CPU Usage, Memory Usage, Throughput and Latency can be viewed here.
Metrics like `CPU Usage`, `Memory Usage`, `Throughput` and `Latency` can be viewed here.

| Key | Description |
| :--- | :--- |
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/security-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ Click on the `Show Source Info` option. A window will be expanded with two optio

You can find Vulnerabilities on the `App Details` page too. Here we are displaying the total number of vulnerabilities found in the code and their Severity Level wise segregation.

![](../.gitbook/assets/security-feature-app-details-vulnerability.png)
![](https://devtron-public-asset.s3.us-east-2.amazonaws.com/images/security-features/security-feature-app-details-vulnerability.jpg)

## Security

You can check Vulnerabilities for all your applications in one place. On the Home page, there is an option named `Security`. Here, you can see a list of applications under the `Security Scan` tab. Here all the applications are listed which have the `Scan for Vulnerabilities` feature enabled. You can see the vulnerability count along with the Severity Level for all your applications.

**Note:-**

It displays the “Vulnerability count and Severity Level” on a priority basis. And critical level has the highest priority, so it displays the critical level vulnerabilities and there counts if any application is having critical Vulnerability in it.
It displays the “Vulnerability count and Severity Level” on a priority basis. And critical level has the highest priority, so it displays the critical level vulnerabilities and there counts if any application is having critical vulnerability in it.

You can directly `Search` your application using the Search bar or you can `filter out` your requirement according to Severity, Clusters, and Environment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The `settings.py` contains the configuration for your SQL database. Make sure th

To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)

#### _\*Git Material_
#### _\*Git Repository_

In this example, we are using the url of the forked Git Repository.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = {

To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)

### _\*Git Material_
### _\*Git Repository_

In this example, we are using the url of the forked Git Repository.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ ENTRYPOINT ["java","-jar", "app.jar"]

To learn how to create an application on Devtron, refer to our documentation on [Creating Application](../creating-application/)

#### _\*Git Material_
#### _\*Git Repository_

In this example, we are using the url of the forked Git Repository.
In this example, we are using the url of the forked Git repository.

#### _\*Docker configuration_

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Select the `Devtron-generic Helm Chart` from the Devtron Chart Store.

Select the Chart Version and the Chart Value of the Chart.

And, then Click on `Deploy`
And, then click on `Deploy`

![](../../.gitbook/assets/use-case-deploy-chart%20%282%29.jpg)

Expand Down