diff --git a/en/studio/quick-starts/images/abp-studio-new-microservice-helm-charts.png b/en/studio/quick-starts/images/abp-studio-new-microservice-helm-charts.png new file mode 100644 index 00000000..54396580 Binary files /dev/null and b/en/studio/quick-starts/images/abp-studio-new-microservice-helm-charts.png differ diff --git a/en/studio/quick-starts/microservice.md b/en/studio/quick-starts/microservice.md index a0722543..8086e5cc 100644 --- a/en/studio/quick-starts/microservice.md +++ b/en/studio/quick-starts/microservice.md @@ -172,4 +172,18 @@ You can disable watching by right-clicking an application and selecting *Run* -> ## Kubernetes Integration -TODO +Solution Runner is a great way to locally run all the applications and services of your solution. However, there are some drawbacks: + +* If your solution grows and you have tens or hundreds of services, running all the system in your local environment will consume your system resources (CPU, RAM, ...) a lot. +* In the end, your solution will work in a production environment, and Kubernetes is currently the de-facto tool to deploy such distributed solutions. Running your solution in a local or remote Kubernetes environment will be much closed to the production environment. + +ABP Studio's Kubernetes Integration feature is a great way to deploy your microservice solution to Kubernetes and locally develop your services by integrating your local environment to a Kubernetes cluster. + +Open the *Kubernetes* section on the left side of ABP Studio as shown in the following figure: + +![abp-studio-new-microservice-helm-charts](D:\Github\abp-commercial-docs\en\studio\quick-starts\images\abp-studio-new-microservice-helm-charts.png) + +In the *Helm* tab (shown in the figure above), we can see all the [Helm](https://helm.sh/) charts in the solution (chart files are located in the `etc/helm` folder in the solution folder). All the charts are ready to use and pre-configured for [Docker Desktop](https://www.docker.com/products/docker-desktop/). + +***TODO: PRE-REQUIREMENTS FOR KUBERNETES!*** +