The New Stack "KubeCon EU: Surge of Kubernetes Edge deployments leads to cluster sprawl"
A surge of Kubernetes deployments in retail location, assembly lines and other “edge computing” environments is leading to cluster sprawl, which can be a security hazard, as Keith Basil, Rancher vice president of edge solutions, will…
Becoming a Kubernetes and Cloud Native Training Partner (KCNTP)
CNCF recognizes a select group of Kubernetes and Cloud Native Training Partners (KCNTP). This is a tier of vetted training providers who have deep experience in cloud native technology training. The requirements for becoming a KCNTP…
Effective Kubernetes onboarding
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
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
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
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
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"
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?
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…