HomeAboutNew StorySign In

Welcome to Kube.news

Article / How to Run Apache Airflow on Kubernetes at Scale

By Akshat Nair

Published by :ap

As an orchestration engine, Apache Airflow let us quickly build pipelines in our data infrastructure. However, as our business grew to 2 billion orders delivered, scalability became an issue. Our solution came from a new Airflow version which let us pair it with Kubenetes, ensuring that our data infrastructure could keep up with our business growth.
https://doordash.engineering/2021/09/28/how-to-run-apache-airflow-on-kubernetes-at-scale/
Article / Kubernetes Co-founder Joe Beda Interview

By Kubernetes Co-founder Joe Beda Interview

Published by :elizabethdevoir

We recently had the opportunity to interview VMware’s principal engineer, Joe Beda, one of the creators of Kubernetes, as well as the Google Compute Engine. Joe is an experienced software engineer who has worked at both Microsoft and Google. He also co-founded the cloud-native leader, Heptio, which is now a part of VMware. We have included the entire interview transcript below, and we hope you enjoy it!
https://evrone.com/joe-beda-interview
Article / Discover Edge Devices Intelligently with Akri in Kubernetes-Powered Edges

By Sagar Nangare. Calsoft

Published by :Sagar Nangare

The Akri framework helps expose IoT devices as resources and creates services for each device in Kubernetes clusters.
https://www.rtinsights.com/discover-edge-devices-intelligently-with-akri-in-kubernetes-powered-edges/
Article / A Deep-dive on Kubernetes for Edge (Part 1 & 2)

By Sagar Nangare, Calsoft

Published by :Sagar Nangare

Kubernetes is proven as the best fit in edge computing use cases that will further empower #CloudNative backhaul of the 5G network for the fastest service delivery. Kubernetes distributions like K3S, KubeEdge, and MicroK8S filled the exact gaps in orchestrating containers at the edge. Download our 2 part ebriefs to know everything about implementing Kubernetes for Edge.
https://www.calsoftinc.com/resources/ebriefs/a-deep-dive-on-kubernetes-for-edge/
Article / What happens when ... Kubernetes edition!

Published by :Kube Admin

Imagine I want to deploy nginx to a Kubernetes cluster. I'd probably type something like this in my terminal:
https://github.com/jamiehannaford/what-happens-when-k8s/blob/master/README.md
Article / Kubernetes Security: A Primer Guide

By Sagar Nangare, Calsoft Inc.

Published by :Sagar Nangare

This eBrief is created to guide the technical leaders in an organization about the key developments in the Kubernetes security landscape. This eBrief covers the following topics Kubernetes growth What triggered the focus on K8S security? Reports about Kubernetes security How Kubernetes security is compromised? How can you ensure security within the Kubernetes architecture? Best practices Open-source tools Market players
https://calsoftinc.com/resources/ebriefs/kubernetes-security-a-primer-guide/
Article / How Ballerina Makes Deploying to Kubernetes Easier for Developers

By See how Ballerina's Kubernetes annotation allows developers to automate container deployment and focus on real problem solving.

Published by :samallama

https://dzone.com/articles/how-ballerina-makes-deploying-to-kubernetes-easier
Article / Ballerina - An Open Source JVM Language and Platform for Cloud-Era Application Programmers

By by Michael Redlich

Published by :samallama

This article explores the inspiration behind Ballerina and how it addresses the fallacies of distributed computing. Ballerina specializes in moving from code to cloud while providing a unique developer experience. Its compiler can be extended to read annotations defined in the source code and generate artifacts to deploy your code into different clouds. These artifacts can be Dockerfiles, Docker images, Kubernetes YAML files or serverless functions.
https://www.infoq.com/news/2020/01/wso2-releases-ballerina-1-1/
Article / Demystifying Persistent Storage Myths for Stateful Workloads in Kubernetes

By Sagar Nangare / Calsoft Inc.

Published by :Sagar Nangare

Kubernetes provides workload portability. That is, any workloads should spontaneously run on any type of infrastructure where Kubernetes clusters are deployed. In the case of handling stateful workloads, it may not easy to set up persistent storage but it is not impossible. The Kubernetes community has addressed the issue for stateful services and different storage options with CSI along with dynamic provisioning of persistent storage using storage classes. These allow integrating remote block/file storage easily into K8S clusters and can run on any different K8S-based clusters.
https://blog.calsoftinc.com/2019/10/demystifying-persistent-storage-myths-for-stateful-workloads-in-kubernetes.html
Article / Getting Started With Kubernetes Storage For Stateful And Stateless Workloads

By Sagar Nangare / Calsoft Inc.

Published by :Sagar Nangare

In this e-book, we will explore the above mentioned and alternative methodologies used by Kubernetes. We have reviewed Kubernetes for data storage and as an enabler for maximizing the efficiency of management and deployment of the containers, specifically in the light of stateful services.
https://calsoftinc.com/resources/ebooks/getting-started-with-kubernetes-storage-for-stateful-and-stateless-workloads/?utm_source=KubeNews&utm_medium=LDNFBTWSEO
Article / Kubernetes cronjob 101

By Jobteaser Engineering

Published by :knil

How Kubernetes cronjobs are currently used to replace Airflow ETL job at Jobteaser.
https://medium.com/jobteaser-dev-team/kubernetes-cronjob-101-56f0a8ea7ca2
Article / Understanding Kubernetes (K8s) – Part 1

By peyanski.com

Published by :peyanski

You won't believe what K8s means! Check out the full article to find out. My intention for this post is to have at least two parts. The first part of Understanding Kubernetes will be theoretical and during the second we will make our hands dirty (practical).
https://peyanski.com/understanding-kubernetes-k8s-part-1/
Article / Deploy a MEAN Application on Kubernetes with Helm

By Bitnami

Published by :v

Learn how to deploy a custom MEAN application from a GitHub repository to a Kubernetes cluster in three simple steps using Bitnami's Node.js Helm chart. After showing you how to deploy your application in a Kubernetes cluster, this article also explains how to modify the source code and publish a new version in Kubernetes using the Helm CLI.
https://docs.bitnami.com/kubernetes/how-to/deploy-mean-application-kubernetes-helm/
Article / The Art of the Helm Chart: Patterns from the Official Kubernetes Charts

By Ryan Dawson

Published by :Ryan Dawson

Learn from the best by taking a deep dive into how the official kubernetes charts solve common problems.
https://hackernoon.com/the-art-of-the-helm-chart-patterns-from-the-official-kubernetes-charts-8a7cafa86d12
Article / Evolvement of Kubernetes to Manage Diverse IT Workloads (Machine Leaning, NFV, GPU Resources)

By Sagar Nangare / Calsoft Inc.

Published by :Sagar Nangare

This article talks about how Kubernetes has emerged from container orchestration platform to manage complex workloads in AI and Machine Learning Stacks, Managing containers in NFV architecture and handling hardware GPU resources.
https://blog.calsoftinc.com/2018/11/evolvement-of-kubernetes-to-manage-diverse-it-workloads.html
Article / Current state of EKS - an updated review

By nanit engineering

Published by :erez

A nice review of current state of EKS An open source tool to create and manage EKS clusters
https://engineering.nanit.com/our-journey-to-eks-105d90720b19
Article / Today in Serverless and Open Source Functions as a Service

Published by :Kube Admin

Summarizes the different serverless and function as a service frameworks that exist for Kubernetes.
https://hackernoon.com/serverless-and-open-source-where-do-we-stand-today-dff8aec67026