Getting Started¶| argo-cd.readthedocs.io
Learn how to create an AWS Identity and Access Management OpenID Connect provider for your cluster.| docs.aws.amazon.com
Let workloads communicate with Google Cloud APIs by authenticating using Workload Identity Federation for GKE.| Google Cloud
Learn how applications in your Pods can access AWS services.| docs.aws.amazon.com
A Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Such information might otherwise be put in a Pod specification or in a container image. Using a Secret means that you don't need to include confidential data in your application code. Because Secrets can be created independently of the Pods that use them, there is less risk of the Secret (and its data) being exposed during the workflow of creating, viewing, and editing Pods.| Kubernetes