Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/integrations/platforms/kubernetes/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,28 @@ If you require stronger isolation and stricter access controls, a namespace-scop
</Tab>
</Tabs>

## Supported Kubernetes versions

The following [Kubernetes minor releases](https://kubernetes.io/releases/) are currently supported. The latest operator version is tested against each Kubernetes version. It may work with other versions of Kubernetes, but those are not officially supported.

- 1.33
- 1.32
- 1.31
- 1.30
- 1.29

## Supported Kubernetes distributions

The Infisical Secrets Operator has been tested successfully in the following hosted Kubernetes environments:

- Amazon Elastic Kubernetes Service (EKS)
- Google Kubernetes Engine (GKE)
- Microsoft Azure Kubernetes Service (AKS)
- Oracle Container Engine for Kubernetes (OKE)
- Red Hat OpenShift

It may work in other Kubernetes distributions, but those are not officially supported. Please report any issues [here](https://github.com/Infisical/infisical/issues).

## Custom Resource Definitions

Currently the operator supports the following CRD's. We are constantly expanding the functionality of the operator, and this list will be updated as new CRD's are added.
Expand Down
Loading