Infrastructure-as-Code with Polycrate: Never Configure SOPS Again
Anyone seriously running Infrastructure-as-Code knows the problem: the workspace in the Git …
With version 0.28.0, Polycrate receives its most comprehensive feature update yet. Three core areas are in focus: secure workspace encryption, an integrated Kubernetes Operator for automated cluster management, and real-time endpoint monitoring.
Infrastructure-as-Code often means that sensitive information like credentials, API keys, or certificates end up in the repository. With the new Workspace Encryption, you can now securely store this data in an encrypted secrets.poly.
The encryption is based on age – a modern, auditable cryptographic standard. Your secrets are automatically decrypted when executing actions and are available in Ansible playbooks and Jinja2 templates.
Benefits: No more plaintext credentials in the Git repository, simple key management with polycrate workspace encrypt/decrypt, and seamless integration into existing workflows.
→ Workspace Encryption Documentation
The new integrated Kubernetes Operator transforms Polycrate into a powerful multi-cluster management tool. It automatically discovers resources in your cluster and synchronizes them with the Polycrate API:
Benefits: Complete visibility across all clusters, no manual maintenance of endpoint lists, and automatic synchronization with the central API.
The Endpoint Monitoring continuously checks the availability of your services via HTTP and ICMP. The operator exports the results as Prometheus metrics, which can be collected by VictoriaMetrics or Prometheus.
Benefits: Immediate notification of outages, historical availability data, and integration into existing monitoring stacks.
→ Endpoint Monitoring Documentation
polycrate update 0.28.0
Or download the binaries directly from PolyHub.
Polycrate is the Infrastructure-as-Code tool by ayedo for declarative multi-cluster management. Learn more →
Anyone seriously running Infrastructure-as-Code knows the problem: the workspace in the Git …
Anyone working with Polycrate daily inevitably runs into recurring tasks: checking TLS certificates, …
Polycrate API 0.11.27 is a major feature release focusing on K8sApp pod status tracking, DataSource …