December 2024 Summaries
3 posts from Infisical
Filter
Month:
Year:
Post Summaries
Back to Blog
Infisical, a company specializing in secrets management, has had its biggest year yet in 2024. The company launched over 25 major features, including the migration to Postgres and the addition of secret fallback support to all SDKs. Infisical also strengthened its global presence by launching an EU Cloud for European users, rolling out organization-wide 2FA, and introducing a new product line with Infisical SSH. Throughout the year, the company made significant improvements in reliability, speed, and stability, as well as introduced new features such as Dynamic Secrets, Access Requests, and Temporary Access provisioning. The company is now gearing up for an exciting 2025 with more planned features and improvements that will further push the boundaries of secrets management.
Dec 31, 2024
560 words in the original blog post.
Kubernetes Secrets Management in 2025 is a comprehensive guide that provides best practices for managing secrets in Kubernetes. The current state of Kubernetes secrets management has evolved, but not necessarily simplified, due to the widespread adoption of microservices and multi-cloud architectures. A Kubernetes Secret is a way to keep sensitive data separate from application code, and it can be used by mounting them as files or injecting them as environment variables into pods. However, managing secrets directly in K8s can be challenging due to security concerns. The guide recommends using secrets operators like External Secrets Operator (ESO) or native operators like Infisical's operator, which provide a more secure and scalable way of managing secrets. These solutions enforce security best practices by default, automate secret rotation and fetching, and integrate with identity providers. By choosing a solution that enforces security best practices by default while keeping developers productive, the future of K8s secrets management is automated and integrated with existing identity stacks.
Dec 10, 2024
1,490 words in the original blog post.
Managing Kubernetes Secrets has traditionally been challenging, with issues such as rotating secrets across multiple clusters and avoiding the accidental exposure of sensitive data in ConfigMaps. As Kubernetes secrets management evolves into 2026, it remains complex due to the proliferation of microservices and multi-cloud environments. Basic methods like manually creating secrets with kubectl are discouraged in production due to security vulnerabilities. A more secure but complex method involves encrypting secrets before committing them to git, managed by GitOps tools like ArgoCD. The most robust approach is using Secrets Operators, such as External Secrets Operator (ESO), which integrate with secret vaults like HashiCorp Vault or AWS Secrets Manager to provide audit logs, automatic rotation, and granular RBAC controls. Infisical's Native Operator offers an advanced solution by simplifying setup and adding features like automatic pod redeployment upon secret changes, making it a compelling option for enterprises. These modern tools are designed to enforce security best practices automatically, reducing the manual effort traditionally required for secure secrets management in Kubernetes environments.
Dec 10, 2024
1,519 words in the original blog post.