Installing Kerno
Kerno Keys
To install Kerno on your cluster, you will need your Kerno API key
Note: You can request an API Key here during our Private Beta.
Go to kerno.io, sign up using your email address, and follow the onboarding instructions.
Prerequisites
AWS Login: Log into AWS with admin privileges.
Kubernetes Context: Set your Kubernetes current context to point to the desired cluster:
kubectl config use-context <desired-context>
OIDC (OpenID Connect) Provider
An OIDC Provider is required for your EKS cluster to support Kerno’s functionality. This is typically configured for EKS clusters. Since the OIDC Provider can be used for multiple services, including Kerno, we recommend you manage it within your cluster setup.
Installation Steps
Depending on whether you have set your AWS credentials as environment variables or in the .aws/credentials
Use one of the following methods:
Using Environment Variables
Using AWS Config File
Last updated