The abc’s of Kubernetes security
As more mainstream IT organizations adopt Kubernetes and cloud-native application architectures, they often identify as one of their main concerns the ability to do so securely. (Interestingly, this almost precisely matches concerns about adopting virtual machine…
Container Journal: “CNCF Graduates Rook to Automate Kubernetes Storage Tasks”
The Cloud Native Computing Foundation (CNCF) has graduated Rook, an open source storage orchestrator for Kubernetes clusters, at a time when the number of stateful applications being built and deployed using containers is starting to increase….
Automating Kubernetes Multi-Cluster Config With Argo CD
Guest post originally published on DoiT’s blog by Mike Sparr, Sr Cloud Architect at DoiT International One of the coolest aspects of Google’s Anthos enterprise solution in my opinion is Anthos Config Management (ACM). You can set up…
Rebuilding Linkerd’s continuous integration (CI) with Kubernetes in Docker (kind) and GitHub Actions
Guest post originally published on the Bouyant blog by Andrew Seigner This post is a writeup of a talk Andrew gave at KubeCon EU 2020. Introduction In mid-2019, the Linkerd project’s continuous integration (CI) took 45 minutes,…
SiliconANGLE: “Rook graduates from the CNCF, enabling persistent storage for Kubernetes apps”
The Cloud Native Computing Foundation, which houses the open-source Kubernetes project and other cloud-native technology initiatives, said today that Rook has become its latest project to graduate. Rook is an open-source, cloud-native storage orchestrator for Kubernetes,…
GCN: “Famed spy plane gets AI upgrade via Kubernetes”
The Air Force has equipped a legacy U-2 surveillance aircraft with machine learning thanks to Kubernetes, an open-source container-orchestration system that automates the application deployment, scaling and management. Tested on a local training sortie on Sept….
A Practical Guide to Kubernetes Logging
Guest post originally published on the Logz.io blog by Dotan Horovitz, Logz.io Kubernetes has become the de-facto industry standard for container orchestration. It provides the required abstraction for efficiently managing large-scale containerized applications with declarative configurations,…
Guest post originally published on CloudOps blog by Alexandre Menezes, Service Reliability Engineer, Red Hat Most applications will require resources from the environment they are running on. Memory, CPU, storage, networking, etc. Most of those resources…
Metal³: Kubernetes-native bare metal host management
Metal³ (“metal kubed”) is an open-source bare metal host provisioning tool created to enable Kubernetes-native infrastructure management. With Metal³ bare metal hosts can be managed via custom resources through the Kubernetes API. The Metal³ project is…
Admission controllers: one part of your Kubernetes security and governance toolkit
Admissions controllers play an important role in providing security and governance for Kubernetes. In this webinar, we will outline the Kubernetes Admission Controller architecture, and look in particular at the Validating Admission Controller function, along with…