Search results for: kubernetes


TechBeacon: "A hacker's guide to Kubernetes security"

Posted on April 11, 2018

Kubernetes has exploded onto the technology scene over the last couple of years, as many organizations, including major cloud companies, adopted it as the default way to orchestrate and scale their container-based workloads. But as with…


What’s new in Kubernetes 1.10

Posted on April 10, 2018

In the first release of 2018, Kubernetes 1.10 continues to advance maturity, extensibility, and pluggability of Kubernetes. This newest version stabilizes features in 3 key areas, including storage, security, and networking.


Training and certification programs enable wider Kubernetes expertise by developers

Posted on April 9, 2018

By Jason McGee, Fellow, IBM Jason McGee, IBM Fellow, is VP and CTO of Container and Microservice Tribe. Jason leads the technical strategy and architecture across all of IBM Cloud, with specific focus on core foundational…


At the intersection of travel & technology: Amadeus rethinks IT with Kubernetes and cloud native

Posted on April 4, 2018 | Sarah Conway

In the past few years, Amadeus, which provides IT solutions to the travel industry around the world, found itself in need of a new platform for the 5,000 services supported by its service-oriented architecture. The public cloud…


SiliconANGLE: "Latest Kubernetes update sets stage for KubeCon in May"

Posted on March 28, 2018

With the release of Kubernetes 1.10 in March, developers and users familiar with the project will have plenty to discuss when the community gathers in Copenhagen, Denmark, on May 2 through 4 for KubeCon, the Cloud…


InfoWorld: "What’s new in Kubernetes containers"

Posted on March 28, 2018

The latest version of the container orchestration system Kubernetes, 1.10, moves some storage, DNS, and authentication features to beta status. Released in late March 2018, Kubernetes 1.10 is also the first release under a new life…


Kubernetes 1.10: Stabilizing storage, security, and networking

Posted on March 26, 2018 | Kaitlyn Barnard

Editor’s note: today’s post is by the 1.10 Release Team Originally posted on Kubernetes.io We’re pleased to announce the delivery of Kubernetes 1.10, our first release of 2018! Today’s release continues to advance maturity, extensibility, and…


This week in Kubernetes: March 21st

Posted on March 21, 2018 | Kaitlyn Barnard

Each week, the Kubernetes community shares an enormous amount of interesting and informative content including articles, blog posts, tutorials, videos, and much more. We’re highlighting just a few of our favorites from the week before. This…


JAXenter: "Kubernetes: the 'distributed' Linux of the cloud"

Posted on March 20, 2018

Kubernetes is the first CNCF project to graduate – this means it is “mature and resilient enough to manage containers at scale across any industry in companies of all sizes.” We talked with Chris Aniszczyk, COO…


Writing less YAML – using jsonnet and kubecfg to manage Kubernetes resources

Posted on March 20, 2018

Using YAML and kubectl is an easy way to describe simple Kubernetes workloads, but the devil is in the detail when you want to change “just” a few bits here and there to accommodate for multiple…