Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Initial Kubernetes Integration section
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Nov 22, 2023
1 parent 4cf98b8 commit 81414da
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion en/studio/quick-starts/microservice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!***

0 comments on commit 81414da

Please sign in to comment.