Skip to content

Commit

Permalink
Adding K8s versions table (#1521)
Browse files Browse the repository at this point in the history
* Adding table of kubernetes versions

* Updating intro
  • Loading branch information
Mark Fussell committed May 28, 2021
1 parent 3e0f702 commit 48e28c3
Showing 1 changed file with 9 additions and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ description: "Overview of how to get Dapr running on your Kubernetes cluster"

## Dapr on Kubernetes

Dapr can be configured to run on any Kubernetes cluster. To achieve this, Dapr begins by deploying the `dapr-sidecar-injector`, `dapr-operator`, `dapr-placement`, and `dapr-sentry` Kubernetes services. These provide first-class integration to make running applications with Dapr easy.
Dapr can be configured to run on any supported versions of Kubernetes. To achieve this, Dapr begins by deploying the `dapr-sidecar-injector`, `dapr-operator`, `dapr-placement`, and `dapr-sentry` Kubernetes services. These provide first-class integration to make running applications with Dapr easy.
- **dapr-operator:** Manages [component]({{< ref components >}}) updates and Kubernetes services endpoints for Dapr (state stores, pub/subs, etc.)
- **dapr-sidecar-injector:** Injects Dapr into [annotated](#adding-dapr-to-a-kubernetes-deployment) deployment pods and adds the environment variables `DAPR_HTTP_PORT` and `DAPR_GRPC_PORT` to enable user-defined applications to easily communicate with Dapr without hard-coding Dapr port values.
- **dapr-placement:** Used for [actors]({{< ref actors >}}) only. Creates mapping tables that map actor instances to pods
Expand Down Expand Up @@ -36,6 +36,14 @@ Deploying and running a Dapr enabled application into your Kubernetes cluster is

You can see some examples [here](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes) in the Kubernetes getting started quickstart.

## Supported versions
Dapr is tested and supported on the following versions of Kubernetes.

| Supported Kubernetes versions |
|-----------------------|
| 1.17.x and above |


## Related links

- [Deploy Dapr to a Kubernetes cluster]({{< ref kubernetes-deploy >}})
Expand Down

0 comments on commit 48e28c3

Please sign in to comment.