Skip to content

Commit

Permalink
docs: add orbstack to supported local Kubernetes providers (#4999)
Browse files Browse the repository at this point in the history
* docs: add orbstack to supported local Kubernetes providers

* Apply suggestions from code review

Co-authored-by: Tao <[email protected]>

---------

Co-authored-by: Tao <[email protected]>
  • Loading branch information
twelvemo and worldofgeese authored Aug 31, 2023
1 parent 3af6af6 commit 3b4f802
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/kubernetes/local/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const supportedContexts = [
"colima",
"rancher-desktop",
"k3d-k3s-default",
"orbstack",
]
const nginxServices = ["ingress-controller", "default-backend"]

Expand Down
4 changes: 4 additions & 0 deletions docs/k8s-plugins/local-k8s/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ In your `project.garden.yml` file, add the following configuration under your `l
namespace: ${kebabCase(local.username)}
```
## OrbStack
[OrbStack's native Kubernetes offering](https://docs.orbstack.dev/kubernetes/) works seamlessly with Garden. Follow OrbStack's official instructions [to spin up its native Kubernetes cluster](https://docs.orbstack.dev/kubernetes/).
## A note on networking for k3s, k3d and Rancher Desktop
K3s and its derivatives use the [Service Load Balancer](https://docs.k3s.io/networking#service-load-balancer) (ServiceLB) as a LoadBalancer controller. ServiceLB is ingress controller agnostic. By default, Garden installs an NGINX ingress controller to expose domains on common ports.
Expand Down

0 comments on commit 3b4f802

Please sign in to comment.