Search results for: kubernetes


Flux April 2022 update

Posted on May 4, 2022

Project post originally published on the Flux blog by Daniel Holbach As the Flux family of projects and its communities are growing, we strive to inform you each month about what has already landed, new possibilities which are…


Three things to know before debugging your spring application

Posted on May 3, 2022 | By Karl Hughes

Guest post originally published on the Rookout blog by Karl Hughes Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition,…


Twelve-factor app anno 2022

Posted on April 28, 2022 | By Anders Qvist

Guest post originally published on Xenit’s blog by Anders Qvist The Twelve-factor app is a methodology for building software-as-a-service apps that was first formulated by developers associated with Heroku. It’s been ten years since the first presentation of this…


Building a SaaS architecture with a single tenant application

Posted on April 26, 2022 | By Joram Wilander

Guest post by Joram Wilander, Director of Engineering at Mattermost, Inc. Introduction Most products that run as Software-as-a-Service (SaaS) are built to be multi-tenant, meaning that a single instance or deployment is meant to be used by multiple…


How to make enterprise cloud infrastructure better with open-source software

Posted on April 21, 2022 | By Ed Sarker

Guest post by Ed Sarker, Head of Clouds at CloudMatos Let me start with, I’ve been there. I know what that is like. I’m Edward, and I’ve spent the better half of my life in DevOps and cloud…


ZTNA is dead. Long live zero trust.

Posted on April 20, 2022 | By Michael Shieh

Guest post originally published on Appaegis’s blog by Michael Shieh, Co-founder and CEO of Appaegis Why Enterprises Should adopt a Zero Trust Architecture  Zero Trust was a concept coined by John Kindervag at Forrester in 2009. As cyberattacks…


KubeVirt becomes a CNCF incubating project

Posted on April 19, 2022

The CNCF Technical Oversight Committee (TOC) has voted to accept KubeVirt as a CNCF incubating project.  KubeVirt enables users to run virtual machine workloads on top of Kubernetes in a Kubernetes-native way. It allows the migration of legacy…


Customizing K8S scheduler

Posted on April 19, 2022 | By Patrick Fu

Guest post originally published on the Gemini Open Cloud blog by Patrick Fu, CEO of Gemini Open Cloud The default scheduler is a very matured component of Kubernetes cluster management. It is working quite well for most of…


Why we selected Thanos for long term metrics storage

Posted on April 18, 2022

Guest post originally published on the Elastisys blog Metrics answer 3 questions: Are your users happy? Is your application happy? Are your servers happy? Application developers create dashboards based on metrics for situational awareness or to identify long-term…


The grype admission controller

Posted on April 14, 2022 | By Josh Knarr

Guest post originally published on the BoxBoat blog by Josh Knarr Intro Today I want to write about the grype admission controller. I wrote it. I am proud of it. I think it solves a really uncomfortable problem in…