AKS

Learn how to add and manage an Azure Kubernetes Service (AKS) cluster in StrongDM.

For an overview of the available Kubernetes features and supported platforms, please see our Kubernetes guide.

Overview

This guide describes how to manage access to an Azure Kubernetes Service (AKS) cluster via the StrongDM Admin UI. This process involves creating and configuring a new cluster in the Admin UI and checking the connection to your Azure-managed API server.

If you would like to learn more about how to enable automatic resource discovery within your Kubernetes cluster, or use privilege levels to allow users to request various levels of access to the Kubernetes cluster, please read the Kubernetes Discovery and Privilege Levels section to learn more about those features prior to following this configuration guide.

Prerequisites

Ensure that the API server you intend to add to StrongDM is accessible from your StrongDM gateways or relays. See our guide on Gateways for more information.

If you are using kubectl 1.30 or higher, it will default to using websockets, which the StrongDM client did not support prior to version 45.35.0. This can be remedied by taking one of the following actions:

  • Update your client to version 45.35.0 or greater.

  • Set the environment variable KUBECTL_REMOTE_COMMAND_WEBSOCKETS=false to restore the previous behavior in your kubectl.

Resource Configuration in StrongDM

This section provides instructions for adding the resource in either the StrongDM Admin UI, CLI, Terraform provider, or SDKs.

Set up and Manage With the Admin UI

If using the Admin UI to add the resource to StrongDM, use the following steps.

  1. Log in to the Admin UI and go to Infrastructure > Clusters.

  2. Click the Add cluster button.

  3. Select AKS as the Server Type and set other resource properties to configure how the StrongDM relay connects.

  4. Click Create to save the resource.

The Admin UI updates and shows your new cluster in a green or yellow state. Green indicates a successful connection. If it is yellow, click the pencil icon to the right of the server to reopen the Connection Details screen. Then click Diagnostics to determine where the connection is failing.

Resource properties

The AKS cluster type has the following properties.

Property
Requirement
Description

Display Name

Required

Meaningful name to display the resource throughout StrongDM; exclude special characters like quotes (") or angle brackets (< or >)

Cluster Type

Required

AKS

Proxy Cluster

Required

Defaults to "None (use gateways)"; if using proxy clusters, select the appropriate cluster to proxy traffic to this resource

Hostname

Required

Hostname or IP address of the API server, such as api.aks.example.com; relay server should be able to connect to your target server or hostname

Port

Required

Port to connect to the API server; default port value 443

Connectivity Mode

Required

Select either Virtual Networking Mode, which lets users connect to the resource with a software-defined, IP-based network; or Loopback Mode, which allows users to connect to the resource using the local loopback adapter in their operating system; this field is shown if Virtual Networking Mode enabled for your organization

IP Address

Optional

If Virtual Networking Mode is the selected connectivity mode, an IP address value in the configured Virtual Networking Mode subnet in the organization network settings; if Loopback Mode is the selected connectivity mode, an IP address value in the configured Loopback IP range in the organization network settings (by default, 127.0.0.1); if not specified, an available IP address in the configured IP address space for the selected connectivity mode will be automatically assigned; this field is shown if Virtual Networking Mode and/or multi-loopback mode is enabled for your organization

Port Override

Optional

If Virtual Networking Mode is the selected connectivity mode, a port value between 1 and 65535 that is not already in use by another resource with the same IP address; if Loopback Mode is the selected connectivity mode, a port value between 1024 to 64999 that is not already in use by another resource with the same IP address; when left empty with Virtual Networking Mode, the system assigns the default port to this resource; when left empty for Loopback Mode, an available port that is not already in use by another resource is assigned; preferred port also can be modified later from the Port Overrides settings

DNS

Optional

If Virtual Networking Mode is the selected connectivity mode, a unique hostname alias for this resource; when set, causes the desktop app to display this resource's human-readable DNS name (for example, k8s.my-organization-name) instead of the bind address that includes IP address and port (for example, 100.64.100.100:5432)

Secret Store

Optional

Credential store location; defaults to none (credentials are stored in StrongDM resource configuration); to learn more, see Secret Store options

Server CA

Optional

Pasted server certificate (plaintext or Base64-encoded), or imported PEM file; you can either generate the server certificate on the API server or get it in Base64 format from your existing Kubernetes configuration (kubeconfig) file

Client Certificate

Optional

Pasted client certificate (plaintext or Base64-encoded), or imported PEM file; you can either generate the client certificate on the API server or get it in Base64 format from your existing Kubernetes configuration (kubeconfig) file

Client Key

Optional

Pasted client key (plaintext or Base64-encoded) or imported PEM file; you can either generate the client key on the API server or get it in Base64 format from your existing Kubernetes configuration (kubeconfig) file

Healthcheck Namespace

Optional

If enabled for your organization, the namespace used for the resource healthcheck; defaults to default if empty; supplied credentials must have the rights to perform one of the following kubectl commands in the specified namespace: get pods, get deployments, or describe namespace

Enable Resource Discovery

Optional

Enables automatic discovery within this cluster

Authentication

Required

Authentication method to access the cluster; select either Leased Credential (default) or Identity Aliases (to use the Identity Aliases of StrongDM users to access the cluster)

Identity Set

Required

Displays if Authentication is set to Identity Aliases; select an Identity Set name from the list

Healthcheck Username

Required

If Authentication is set to Identity Aliases, the username that should be used to verify StrongDM's connection to it; username must already exist on the target cluster

Resource Tags

Optional

Resource Tags consisting of key-value pairs <KEY>=<VALUE> (for example, env=dev)

Display name

Some Kubernetes management interfaces, such as Visual Studio Code, do not function properly with cluster names containing spaces. If you run into problems, please choose a Display Name without spaces.

Client credentials

When your users connect to this cluster via StrongDM, they have exactly the same rights as the user associated with these keys. Make sure to consider this prior to setup.

Server CA

How to get the Server CA from your kubeconfig file:

  1. Open the CLI and type cat ~/.kube/config to view the contents of the file.

  2. In the file, under - cluster, copy the certificate-authority-data value. That is the server certificate in Base64 encoding.

Client certificate

How to get the Client Certificate from your kubeconfig file:

  1. From the CLI, type cat ~/.kube/config to view the contents of the file.

  2. In the file, under - name, copy the client-certificate-data value. That is the client certificate in Base64 encoding.

Client key

How to get the Client Key from your kubeconfig file:

  1. Open the CLI and type cat ~/.kube/config to view the file.

  2. In the file, under - name, copy the client-key-data value. That is the client private key in Base64 encoding.

Secret Store

By default, server credentials are stored in StrongDM. However, these credentials can also be saved in a secrets management tool.

Non-StrongDM options appear in the Secret Store dropdown if they are created under Settings > Secrets Management. When you select another Secret Store type, its unique properties display. For more details, see Configure Secret Store Integrations.

Test the Connection

  1. After creating your AKS cluster resource in StrongDM, check the health status in the Admin UI. A green indicator means the StrongDM relay or proxy could reach the Kubernetes API server and credentials are valid.

  2. From a user machine with the StrongDM Desktop App (or CLI) installed, connect to the cluster (for example: kubectl get nodes) via StrongDM. Confirm that a successful response is returned and your Kubernetes API calls behave as expected.

  3. If you enabled Discovery, navigate to the Discovery tab for your cluster in the Admin UI. Verify that namespaces, roles, and subjects are being populated. This confirms StrongDM’s ability to query the cluster’s metadata.

  4. If the health indicator is yellow or red:

    • Confirm that the hostname and port are correct and reachable by your nodes.

    • Check that the credentials (client certificate, key, CA or authentication mode) are valid and granted the required RBAC access in the healthcheck_namespace.

    • Use the Diagnostics tab for the cluster to review error messages and network logs.

Once successful connectivity is established and user access is tested, the cluster resource is ready to be used for user workflows, roles, and policy-driven Kubernetes access.

Help

If you encounter issues, please consult the StrongDM Help Center.

Be prepared to provide the following information to StrongDM Support, so that they can inspect logs and confirm node and resource health:

  • Resource name or ID

  • CLI error output or logs

  • Node name and region

  • Timestamps of failed attempts

Last updated

Was this helpful?