Search results for: kubernetes


Kubernetes Autoscaling 101: Cluster Autoscaler, Horizontal Autoscaler, and Vertical Pod Autoscaler

Posted on October 29, 2019

Originally published on Medium by Mohamed Ahmed Kubernetes at its core is a resources management and orchestration tool. It is ok to focus day-1 operations to explore and play around with its cool features to deploy,…


Announcing Kubernetes forums in Bengaluru and Delhi, India

Posted on October 23, 2019

We’re going to India! Following the inaugural Kubernetes forums in Seoul and Sydney, we’re heading to India for our next pair of events! We’ll be in Bengaluru from February 17-18, 2020, followed by Delhi from February…


Brigade: scripting container workflows on Kubernetes

Posted on October 22, 2019

Brigade is an in-cluster runtime that interprets scripts and executes generic pipelines of work in Kubernetes. Using JavaScript, developers can chain containers together in a script to create an event-driven workflow in Kubernetes. Scripts can define…


Kubernetes security controls and enforcement: applying lessons from the K8s security audit

Posted on October 17, 2019

The recent Kubernetes security audit and the issues it identified got lots of publicity. But did you know that the audit reports also include many recommendations you can apply today to improve your security posture? On…


ZDNet: "What is Kubernetes? Everything your business needs to know"

Posted on October 17, 2019

The evolutionary path forward for virtual infrastructure in the world’s data centers is narrowing to a single lane. Historically that’s been bad news, because it used to mean vendor lock-in. That’s not what it means this…


Cloud Native Computing Foundation announces schedule for Kubernetes forums in Seoul and Sydney

Posted on October 17, 2019

Inaugural Kubernetes Forum events will connect local and international experts to further cloud native computing across the globe SAN FRANCISCO, Calif. – October 17, 2019 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for…


Extend Kubernetes via a shared informer

Posted on October 15, 2019

Guest post, originally published by Gianluca Arbezzano. Kubernetes runs a set of controllers to keep matching the current state of a resource with its desired state. It can be a Pod, Service or whatever is possible…


How Booz Allen Hamilton is helping modernize the federal government with Kubernetes

Posted on October 11, 2019

The next time you book a campsite or activity at a U.S. National Park, thank Kubernetes for making it quick and easy. As part of the White House’s IT modernization effort, Booz Allen Hamilton’s Strategic Innovation…


Backup and mobility for Kubernetes applications

Posted on October 8, 2019

As teams start to onboard mission-critical applications, including relational and NoSQL databases into production, there’s a need to address critical Day 2 operational concerns such as backup and mobility. Dealing with regulatory requirements, user error, ransomware,…


Introducing the Kubernetes Universal Declarative Operator

Posted on October 8, 2019

Managing stateful services in Kubernetes is difficult. The Operator pattern has been created to deal with this, but existing frameworks require users to have intimate knowledge of Go and Kubernetes controller patterns. The Kubernetes Universal Declarative…