Search results for: kubernetes


Effective Kubernetes onboarding

Posted on August 14, 2020

Kubernetes has a steep learning curve, but many teams need to learn Kubernetes – quickly. This talk will cover strategies for onboarding developers to Kubernetes, taken from DigitalOcean’s Developer Education team – the producers of DO’s…


Local development in the age of Kubernetes

Posted on August 14, 2020

Software development used to be interactive: one sat at the terminal, wrote a program, compiled it, ran it and tested it quickly. As the complexity of software grew over time we have developed tools to contain…


Extending Kubernetes to an unlimited one through tensile-kube

Posted on August 11, 2020

Guest Post from Weidong Cai and Ye Yin of Tencent Recently, the Tencent Games container team named Tenc has open sourced the Kubernetes (K8s) multi-cluster scheduling project tensile-kube. This blog will briefly introduce the tensile-kube. Birth…


Why the Kubernetes Scheduler Is Not Enough for Your AI Workloads

Posted on August 10, 2020

KubeCon + CloudNativeCon sponsor guest post from Alaa Youssef, manager of the Container Cloud Platform at IBM Research AI Workloads on The Cloud The use of container clouds orchestrated by Kubernetes, for the execution of AI (Artificial Intelligence) and…


Common Kubernetes config security threats

Posted on August 7, 2020

Guest post originally published on the Fairwinds blog by Joe Pelletier, VP of strategy at Fairwinds Securing workloads in Kubernetes is an important part of overall cluster security. The overall goal should be to ensure that…


The New Stack: "Introducing Contour: routing traffic to applications in Kubernetes"

Posted on August 7, 2020

We’re excited to share the news that Contour is now an incubation-level hosted project with the Cloud Native Computing Foundation (CNCF). This is a very proud moment and on behalf of the other project maintainers we…


How to migrate databases into Kubernetes?

Posted on August 6, 2020

Deploying databases like Postgres and MySQL into Kubernetes can be challenging, see how declarative configuration can make your life easier enabling self-service storage provisioning for your stateful workloads. We will show a live example of how…


Achieving least privilege access in Kubernetes

Posted on August 6, 2020

Aqua Security and Apolicy have partnered on an introductory webinar covering Kubernetes Permissions, Access, and Role-Based Access Control (RBAC). We’ll be answering many commonly asked questions from professionals working with security and compliance challenges in this…


How the productivity software company Nulab boosted its own productivity with microservices and Kubernetes

Posted on August 6, 2020

The company behind the productivity tools Backlog, Cacoo, and Typetalk, Nulab serves 4 million users around the world. “Our mission is to make productivity fun and enjoyable for everyone, and that’s regardless of where they’re working…


Kubernetes RBAC 101: Authentication

Posted on July 31, 2020

Guest post originally published on the Kublr blog by Oleg Chunikhin Leveraging Client Certificates and Bearer Tokens to Authenticate in Kubernetes In part one of this series on Kubernetes RBAC, we introduced authentication and authorization methods. In this article,…