K8s docs cross reference (#9795)
* add links to commonly reference Learn site docs * fixed markdown links * Moved Deployment Guide to "Guides" subs section
This commit is contained in:
parent
6cd00407ad
commit
dffd0dfa4b
|
@ -40,3 +40,23 @@ to the Vault cluster which can be used to [store audit logs](/docs/audit).
|
|||
**And more!** Vault can run directly on Kubernetes, so in addition to the
|
||||
native integrations provided by Vault itself, any other tool built for
|
||||
Kubernetes can choose to leverage Vault.
|
||||
|
||||
## Getting Started with Vault and Kubernetes
|
||||
|
||||
There are several ways to try Vault with Kubernetes in different environments.
|
||||
|
||||
### Guides
|
||||
|
||||
- [Vault Installation to Minikube via Helm](https://learn.hashicorp.com/tutorials/vault/kubernetes-minikube?in=vault/kubernetes) covers installing Vault locally using Minikube and the official Helm chart.
|
||||
|
||||
- [Vault Installation to Red Hat OpenShift via Helm](https://learn.hashicorp.com/tutorials/vault/kubernetes-openshift?in=vault/kubernetes) covers installing Vault using Helm on Red Hat's OpenShift platform.
|
||||
|
||||
- [Integrate a Kubernetes Cluster with an External Vault](https://learn.hashicorp.com/tutorials/vault/kubernetes-external-vault?in=vault/kubernetes) provides an example of making Vault accessible via a Kubernetes service and endpoint.
|
||||
|
||||
- [Vault on Kubernetes Deployment Guide](https://learn.hashicorp.com/tutorials/vault/kubernetes-raft-deployment-guide?in=vault/kubernetes) covers the steps required to install and configure a single HashiCorp Vault cluster as defined in the [Vault on Kubernetes Reference Architecture](https://learn.hashicorp.com/tutorials/vault/kubernetes-reference-architecture?in=vault/kubernetes).
|
||||
|
||||
### Documentation
|
||||
|
||||
- [Vault on Kubernetes Reference Architecture](https://learn.hashicorp.com/tutorials/vault/kubernetes-reference-architecture?in=vault/kubernetes) provides recommended practices for running Vault on Kubernetes in production.
|
||||
|
||||
- [Vault on Kubernetes Security Considerations](https://learn.hashicorp.com/tutorials/vault/kubernetes-security-concerns?in=vault/kubernetes) provides recomendations specific to securely running Vault in a production Kubernetes environment.
|
||||
|
|
Loading…
Reference in a new issue