Du er ikke logget ind
Beskrivelse
Safely store secret information like passwords, keys, and certificates in Kubernetes. In this practical guide, you'll discover methods for adding layers of security that will defend the critical data of your applications.
In Securing Kubernetes Secrets you will find:
Strategies for storing secure assets in KubernetesCryptographic options and how to apply them in KubernetesUsing the HashiCorp Vault server on Kubernetes for secure secrets storageManaging security with public cloud providersApplying security concepts using tools from the Kubernetes ecosystemEnd-to-end secrets storage from development to operationsImplementing in Kubernetes in CI/CD systems
Secrets, like database passwords and API keys, are some of the most important data in your application. Securing Kubernetes Secrets reveals how to store these sensitive assets in Kubernetes in a way that's protected against leaks and hacks. You'll learn about the default capabilities of Kubernetes secrets, where they're lacking, and alternative options to strengthen applications and infrastructure.
Kubernetes secrets include small and sensitive data like passwords, tokens, and keys. The security defaults of Kubernetes are rarely enough to protect this valuable data, and can leave it—and you—exposed. In this book, you'll learn how to bake security into Kubernetes-based applications right from the start with security best practices and reliable third-party tools like HashiCorp Vault