Search results for: werf


GitOpsCon Europe 2023 and beyond!

Posted on January 19, 2024

Community post by Christian Hernandez, head of community, Akuity GitOpsCon Europe 2023 took place, virtually, on December 5th and 6th. It took place as multiple tracks, spread over two half days. There were multiple talks spanning all user…


Form3

Posted on January 18, 2024

Building a Resilient Payments Platform with Cilium  Form3 is a financial technology company based in the UK which offers a single API that allows banks to easily access multiple payment schemes to move customers’ funds between banks.  Their…


Platform engineering maturity at KubeCon + CloudNativeCon NA 2023

Posted on January 3, 2024 | By Mathieu Benoit

Ambassador post originally published on Medium by Mathieu Benoit Platform Engineering was a huge theme at KubeCon NA 2023 in Chicago. More than ever before. More and more companies have initiatives to streamline platform engineering best practices and…


CNCF On demand webinar: Headlamp – your extensible Kubernetes UI

Posted on December 28, 2023

As flexible and powerful as kubectl can be, a graphical UI can make the interaction with Kubernetes resources more guided, informative, and accessible. So it’s not surprising that there are a number of GUI tools or dashboards around…


Installing multiple helm charts in one go [Approach 1 – using parent/child charts]

Posted on December 26, 2023 | By Sunny Bhambhani

Community post originally published on dev.to Sunny Bhambhani Helm is really a very powerful tool for managing Kubernetes objects and is widely adopted across various organizations. It is truly a game changer on how Kubernetes objects are being managed. With…


CNCF On demand webinar: Falco and Atomic Red team: Real-time threat detection in cloud native system

Posted on December 21, 2023

Explore the powerful capabilities of Falco, an incubation project under the Cloud Native Computing Foundation (CNCF), by detecting threats in-line with the MITRE ATT&CK framework. Falco’s unique and robust system call architecture allows for real-time identification of Tactics,…


CNCF On demand webinar: Scaling with confidence – a deep dive into autoscaling in Kubernetes

Posted on December 21, 2023

In container orchestration, balancing resource utilization and application performance is underemphasized. Autoscaling in Kubernetes offers a way to adapt to shifting workloads and ensure optimal resource allocation effortlessly, but it’s not a one-size-fits-all solution. Join us in this…


Cloud Management Platform: what is it and which one to choose?

Posted on December 19, 2023 | By SparkFabrik Team

Member post originally published on SparkFabrik’s blog by SparkFabrik Team According to the Gartner report entitled ‘2023 Technology Adoption Roadmap for Software Engineering‘, Cloud Management Platforms (CMPs) fit into the landscape of Deployment & Operation technologies. These technologies…


Best practices for securing Kubernetes deployments

Posted on December 15, 2023 | By Sunny Bhambhani

Community post originally published on DEV.to by Sunny Bhambhani Although Kubernetes is a powerful container orchestration platform, its complexity and its adoption makes it a prime target for security attacks. We’ll go over some of the best practices for…


CNCF On demand webinar: How we built a gRPC consistent hashring for SpiceDB

Posted on December 14, 2023

gRPC is a powerful framework for building RPC systems, but gRPC only implements functionality that’s standardized across all of their supported languages. Go is fantastic language for building distributed systems, but lacks some of the extensions to gRPC…