Search results for: kubernetes


How to promote the use of best practices and automate security policies using tools like OPA and Kubernetes native declaratives

Posted on May 28, 2020

Securing containers against attacks in multiple deployments and different geolocations requires integrating security into multiple points in the pipeline. Using manual processes to impose the policies is error-prone. Automation is a key to ensure the best practices and…


Cluster API (CAPI) – A Kubernetes subproject to simplify cluster lifecycle management

Posted on May 27, 2020

During this talk we’ll do a walkthrough of Cluster API (cluster-api.sigs.k8s.io), a project of SIG Cluster Lifecycle to bring declarative, Kubernetes-style APIs to cluster creation, configuration, and management. After introducing the project, we’ll do a live demo, showing…


20,000 upgrades later, lessons from a year of managed Kubernetes upgrades

Posted on May 27, 2020

Upgrading to a new release is one of the most disruptive operations we regularly inflict on our Kubernetes clusters. There are multiple strategies for doing an upgrade, but they all require rescheduling workloads and restarting cluster components. In…


Kubernetes: Zero to hero deployments and management

Posted on May 27, 2020

When IT operators and developers think containers, naturally, the first thought is Kubernetes. The use of Kubernetes managed services has provided teams the ability to bootstrap environments at unprecedented velocity. Removing the necessity to manage cluster components shifts…


Decoding the self-healing Kubernetes: step by step

Posted on May 26, 2020

Guest post originally published on the Msys Technology blog by Atul Jadhav  Prologue Business application that fails to operate 24/7 would be considered inefficient in the market. The idea is that applications run uninterrupted irrespective of a technical glitch, feature…


Hybrid cloud Kubernetes with Nodeless

Posted on May 21, 2020

Nodeless Kubernetes enables you to stretch a single Kubernetes control plane to schedule pods across heterogenous compute types (on-demand, pre-emptible, Fargate, ACI, etc) on multiple cloud providers (on-prem, AWS, GCP, Azure, etc). The webinar will enumerate the motivation…


Securing service mesh with Kubernetes, Consul and Vault

Posted on May 20, 2020

In this session, we’ll look at using HashiCorp tools to help you as your infrastructure continues to grow, helping to manage secrets, and secure communication between applications running in multiple clusters. We will demonstrate how to quickly get…


Zero trust services in Kubernetes

Posted on May 15, 2020

In this webinar we will take a look at some of the most important techniques used to create Zero Trust services in a Kubernetes environment. This talk will cover concepts ranging from container image hardening to pod specification…


The definitive checklist for delivering reliable Kubernetes-based applications

Posted on May 12, 2020

The shift to a containerized world is transforming everything we’ve ever known about developing and maintaining our applications – particularly when it comes to ensuring code quality. With so many moving pieces, knowing when code in your Kubernetes-based…


How to manage Secrets in Kubernetes environment

Posted on May 8, 2020

Guest post originally published on Medium by Saurabh Gupta, Sr. Developer Advocate at DigitalOcean Introduction: Kubernetes is currently the de-facto standard for container orchestration. As organizations globally are adopting a Container first development approach, a large part of…