diff --git a/docs/user-guide/creating-application/config-maps.md b/docs/user-guide/creating-application/config-maps.md index 98c48271e6..97498aec5a 100644 --- a/docs/user-guide/creating-application/config-maps.md +++ b/docs/user-guide/creating-application/config-maps.md @@ -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 ` 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. diff --git a/docs/user-guide/debugging-deployment-and-monitoring.md b/docs/user-guide/debugging-deployment-and-monitoring.md index 7abee75e90..a2c53ecd4e 100644 --- a/docs/user-guide/debugging-deployment-and-monitoring.md +++ b/docs/user-guide/debugging-deployment-and-monitoring.md @@ -10,7 +10,7 @@ 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. @@ -18,19 +18,19 @@ Events section displays you the events that took place during the deployment of ### 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. @@ -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 | | :--- | :--- | diff --git a/docs/user-guide/security-features.md b/docs/user-guide/security-features.md index 17d50c7e06..8a70abfd9e 100644 --- a/docs/user-guide/security-features.md +++ b/docs/user-guide/security-features.md @@ -69,7 +69,7 @@ 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 @@ -77,7 +77,7 @@ You can check Vulnerabilities for all your applications in one place. On the Hom **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. diff --git a/docs/user-guide/use-cases/connect-django-with-mysql-database.md b/docs/user-guide/use-cases/connect-django-with-mysql-database.md index 4877f490f3..9e5195b23c 100644 --- a/docs/user-guide/use-cases/connect-django-with-mysql-database.md +++ b/docs/user-guide/use-cases/connect-django-with-mysql-database.md @@ -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. diff --git a/docs/user-guide/use-cases/connect-expressjs-with-mongodb-database.md b/docs/user-guide/use-cases/connect-expressjs-with-mongodb-database.md index 1c84bb0d1e..5ef76a2ff7 100644 --- a/docs/user-guide/use-cases/connect-expressjs-with-mongodb-database.md +++ b/docs/user-guide/use-cases/connect-expressjs-with-mongodb-database.md @@ -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. diff --git a/docs/user-guide/use-cases/connect-springboot-with-mysql-database.md b/docs/user-guide/use-cases/connect-springboot-with-mysql-database.md index 15c913ae5c..8f6c6f1435 100644 --- a/docs/user-guide/use-cases/connect-springboot-with-mysql-database.md +++ b/docs/user-guide/use-cases/connect-springboot-with-mysql-database.md @@ -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_ diff --git a/docs/user-guide/use-cases/devtron-generic-helm-chart-to-run-cron-job-or-one-time-job.md b/docs/user-guide/use-cases/devtron-generic-helm-chart-to-run-cron-job-or-one-time-job.md index 099b39ba50..9c68b9b1e6 100644 --- a/docs/user-guide/use-cases/devtron-generic-helm-chart-to-run-cron-job-or-one-time-job.md +++ b/docs/user-guide/use-cases/devtron-generic-helm-chart-to-run-cron-job-or-one-time-job.md @@ -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)