Skip to content

Commit

Permalink
Modified the kb with requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devenkulkarni committed Oct 17, 2023
1 parent 54d1113 commit 41cff07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kb/2023-10-10/deploy-additional-workload-on-harvester-host.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ tags: [harvester, workloads, host, cluster , resources, WebUI]
hide_table_of_contents: false
---

While it is technically possible to deploy additional worklaods on the Harvester Host Cluster, running other workloads or microservices in the same Kubernetes cluster where Harvester is deployed on is not recommended.
While it is technically possible to deploy additional worklaods on the Harvester Host Cluster, running other workloads or microservices in the same Kubernetes cluster where Harvester is deployed on is not officially supported yet.

Moreover, deployment of other microservices or workloads may invite following risks:
(1) They might not be well integrated and tested on Harvester. Additionally, users need to deploy and troubleshoot them on their own.
(2) Potential conflict with existing features of Harvester. For instance, high system resource consumption can cause downtime.
(3) No WebUI support, all operations can only be achived via kubectl or other CLI tools.
(3) No WebUI support, all operations can only be achieved via kubectl or other CLI tools.
(4) During system upgrade, they would not be covered.

Hence, Best practice is to deploy Harvester seperately without any additional workloads.
Hence, best practice is to deploy Harvester seperately without any additional workloads. Although, we have an experimental feature allowing you to deploy additional workload on Harvester Host Cluster (Bare Metal) in Harvester v1.2.0 and for more information on it, please review the [blog](https://www.suse.com/c/rancher_blog/harvester-v1-2-0-release/) and our official documentation [Harvester baremetal container workload support](https://docs.harvesterhci.io/v1.2/rancher/index/#harvester-baremetal-container-workload-support-experimental).

0 comments on commit 41cff07

Please sign in to comment.