Enforce Ingress Best Practices Using OPA
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
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”
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?
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?…
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
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)
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
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
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?
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…