---
title: Kubernetes deployments for cloud platforms
description: We currently have instructions for typical configuration of Kubernetes for use with Ping products on these platforms:
component: devops
page_id: devops::deployment/deployK8sCloud
canonical_url: https://developer.pingidentity.com/devops/deployment/deployK8sCloud.html
section_ids:
  devops-before-you-begin: Before you begin
  devops-aws-eks: AWS EKS
  devops-aks: AKS
---

# Kubernetes deployments for cloud platforms

We currently have instructions for typical configuration of Kubernetes for use with Ping products on these platforms:

* Amazon Web Services (AWS) Elastic Kubernetes Service (EKS)

* Microsoft Azure Kubernetes Service (AKS)

Each hosting platform supports and manages Kubernetes differently.

## Before you begin

You must:

* Complete [Get Started](../get-started/introduction.html) to set up your DevOps environment and run a test deployment of the products.

* Create a Kubernetes cluster on one of these platforms:

  * Amazon EKS

  * Microsoft AKS

* Create a Kubernetes secret using your DevOps credentials. For more information, see *For Kubernetes* in [Using Your DevOps User and Key](../how-to/devopsUserKey.html).

## AWS EKS

See [Peering VPCs for multi-region EKS deployments](deployK8s-AWS.html).

## AKS

See [Azure Kubernetes Service](deployK8s-AKS.html).
