Operations | Monitoring | ITSM | DevOps | Cloud

Containers

The latest News and Information on Containers, Kubernetes, Docker and related technologies.

Equipping Dev Teams for Peak Observability Performance 001 with Andreas Prins - Navigate Europe 23

Join Andreas Prins as he explores the parallels between baking pizza and implementing effective observability strategies in DevOps. Andreas shares his unique perspective on Kubernetes adoption, the importance of toolsets in observability, and the value of experience in handling operations and development challenges. Dive into the world of DevOps with a slice of creativity!

Build Your Own kubectl in Node, Python and Go by Kyle Quest - Navigate Europe 23

Join Kyle Quest as he demystifies Kubernetes and its command-line tool kubectl. Deep dive into the complexities of Kubernetes' APIs, the structure of kubectl, and how to replicate its functionality in Node, Python, and Go. Get valuable insights into Kubernetes' API groups, practical examples in different programming languages, and tips for understanding and building your own kubectl.

Introducing Products: A Tool to Model Argo CD Application Relationships and Promotions

At Codefresh, we are always happy to see companies and organizations as they adopt Argo CD and get all the benefits of GitOps. But as they grow we see a common pattern: It is at this point that organizations come to Codefresh and ask how we can help them scale out the Argo CD (and sometimes Argo Rollouts) initiative in the organization. After talking with them about the blockers, we almost always find the same root cause.

What is a Kubernetes cluster mesh and what are the benefits?

Kubernetes is an excellent solution for building a flexible and scalable infrastructure to run dynamic workloads. However, as our cluster expands, we might face the inevitable situation of scaling and managing multiple clusters concurrently. This notion can introduce a lot of complexity for our day-to-day workload maintenance and adds difficulty to keep all our policies and services up to date in all environments.

Deploying a Golang Microservice to Kubernetes

With the rise of cloud computing, containerization, and microservices architecture, developers are adopting new approaches to building and deploying applications that are more scalable and resilient. Microservices architecture, in particular, has gained significant popularity due to its ability to break down monolithic applications into smaller, independent services.

Tradeoffs In Software Engineering

Tradeoff: a balance achieved between two desirable but incompatible features; a compromise. Schooling often promotes the idea that there is a right and wrong answer to questions… It does little to prepare us for how many times that there are multiple right answers and no definitive best path forward. In a time where we have unlimited information at our fingertips, you can throw a stone and hit a thousand people with an opinion.

A deep dive into CPU requests and limits in Kubernetes

In a previous blog post, we explained how containers’ CPU and memory requests can affect how they are scheduled. We also introduced some of the effects CPU and memory limits can have on applications, assuming that CPU limits were enforced by the Completely Fair Scheduler (CFS) quota. In this post, we are going to dive a bit deeper into CPU and share some general recommendations for specifying CPU requests and limits.

Hacking Kubernetes for Fun and KWasm with Sven Pfennig - Navigate Europe 23

Join Sven Pfennig, a lead developer at Liquid Reply, as he dives into the world of Kubernetes and WebAssembly (Wasm), exploring how to enhance Kubernetes clusters with Wasm for improved performance and flexibility. Sven discusses Civo's integration of Wasm into their Kubernetes clusters, the architecture of a Kubernetes node, security in Kubernetes, and the potential of WebAssembly containers. Discover how KWasm, an open-source project, aims to bring WebAssembly capabilities to various Kubernetes environments.