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…
Kubernetes Could Be The One To Make the Internet of Things (IoT) Reach Its Potential
Guest post originally published on Hackernoon by Adrian Goins is Director of Community and Evangelism at Rancher Labs The arrival of 5G wireless technology is often touted for the orders-of-magnitude boost in bandwidth it will bring…
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…
Deploying Kubernetes to bare metal using cluster API
Deploying Kubernetes to bare metal hardware in your data center has a number of advantages, including increased security, performance, data adjacency, and flexibility. But bare metal deployments have disadvantages compared to the cloud or virtual environments….
Scholarships at KubeCon + CloudNativeCon North America 2020 Virtual: Apply now!
Since 2016, CNCF has offered more than 1,000 diversity scholarships to traditionally underrepresented and/or marginalized groups in the technology and/or open source communities—including, but not limited to persons identifying as LGBTQ, women, persons of color, and/or…
74% of KubeCon + CloudNativeCon Europe 2020 – Virtual keynote speakers identified as women or gender non-conforming 72% were first-time KubeCon + CloudNativeCon attendees 61% of attendees spent 10+ hours on the platform One of the…
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…
Building 12 factor streaming data apps on Kubernetes
This webinar is hosted by the Lenses.io engineering team – the ones behind bringing DataOps to Apache Kafka. Here they talk about how to build a framework for Kafka streaming applications on Kubernetes. These deployed applications…
Simplify Kubernetes Resource Access Control using RBAC Impersonation
Guest post originally published on Bitnami by Juanjo Ciarlante Introduction Kubernetes, like any other secure system, supports the following concepts: Authentication: Verifying and proving identities for users and groups, and service accounts Authorization: Allowing users to…