Search results for: kubernetes


Enforce Ingress Best Practices Using OPA

Posted on September 29, 2020 | Mohamed Ahmed

Guest post originally posted on Magalix blog by Mohamed Ahmed In this section of our OPA series, we define policies that ensure that no bad Ingress definitions will be deployed to our cluster. If you haven’t…


Monitoring ADCs the Cloud Native Way With Prometheus and Grafana

Posted on September 28, 2020 | Dave Blakey

Guest post by Dave Blakey, CTO Snapt Cloud Native computing has fundamentally shifted the paradigm for how applications are built and run. Built around concepts of ephemeral compute and immutable infrastructure based on Containers, Cloud Native…


BuiltIn: “What is Cloud Native and Why is it Important”

Posted on September 25, 2020

When Cloud Native Computing Foundation (CNCF) general manager Priyanka Sharma has to explain what she does to someone at a dinner party, she starts by asking if they’ve heard of Kubernetes: CNCF’s primary open-source software project, which helps organizations…


You can handle pods, but what about clusters?

Posted on September 25, 2020 | Joshua Fox

Member Blog Post Guest post originally published on DoiT International’s blog by Joshua Fox Kubernetes makes it easy to orchestrate the pods that run your applications. But what about the clusters that the pods run on?…


K8s audit logging deep dive

Posted on September 24, 2020

Many people know that Kubernetes can report API activity to logging back ends and that auditing is a powerful security tool, but what happens in the real world when you have: Multiple API servers Mutating Admission…


S&P experience report: multi-cloud serverless on Knative

Posted on September 24, 2020

Knative promises to “abstract away the complex details (of Kubernetes) and enable developers to focus on what matters”. While Kubernetes has redefined the base level infrastructure expectations at many organizations, developers often struggle to understand and…


Container Attached Storage is Cloud Native Storage (CAS)

Posted on September 22, 2020 | Evan Powell

Guest post by Evan Powell, CEO at MayaData Or, how can cloud services not be cloud-native? KubeCon EU was great in many ways. One pleasant surprise is that because KubeCon was a virtual event, this led…


Calling all Mentees: CNCF CommunityBridge Projects for the Fall 2020 Program

Posted on September 21, 2020 | Chris Abraham

Like we mentioned in our previous blog post, CNCF is thrilled to participate in the Fall 2020 CommunityBridge Program and have 22 project ideas from 12 Graduated, Incubating and Sandbox available to mentees. Similar to Google…


The evolution of Ingress through the Gateway API

Posted on September 18, 2020

Ingress is an interface for L7 load balancing in Kubernetes that has led to many successful ecosystem implementations over the years. Gateway is an open-source Kubernetes API that is designed to evolve the capabilities of Ingress….


How to Create Ephemeral Environments using Crossplane and ArgoCD?

Posted on September 18, 2020 | Suraj Banakar

Guest post originally published on the InfraCloud blog by Suraj Banakar What if you could just spin up a temporary cluster to test your application and set it to delete it after a certain time period…