News

Five key cloud-native trends that are expected to boom

Guest blog by Kit Colbert, CTO of the Cloud Platform Business Unit at VMware.

No doubt about it, 2016 was the year of the container. With new open source projects launched by major players across the board (including VMware, which launched vSphere Integrated Containers as an open source project), the momentum behind containerized, cloud-native infrastructure is undeniable. Here are five things we expect to see this year.

Kubernetes will break away from the pack of container schedulers
In 2016, a three-horse race emerged in the container scheduler space between Docker Swarm, Kubernetes and Mesos. We predict that Kubernetes will take the lead. At VMware, we’re already starting to see increased interest in Kubernetes from users, vendors and the open source community, and at VMworld EMEA last year, we introduced Kubernetes as a Service on our Photon Platform.

Containers will increasingly use virtualization technologies
Today’s containers rely on technologies built into the Linux kernel – including control groups and namespaces – to isolate containers from each other on the host machine. But a number of companies are already experimenting with using lightweight operating systems and the virtualization features baked into modern CPUs to transparently start a lightweight VM for each container that’s launched. This approach could potentially increase isolation and security for containers without adding any additional overhead, and we predict you’ll hear big noise around the idea in the coming year.

Container persistence technologies will mature and start seeing production use
Thus far, most containers are “stateless” – in other words, the data inside the container is destroyed when the container instance shuts down, and any necessary application state must be stored in an external database or other form of storage service. This is largely due to the immaturity of the container persistence technologies available on the market today. However, with the advent of new capabilities like Kubernetes’ PetSets, up-and-coming technologies like those from PortWorx, and our own container persistence efforts such as the Docker volume driver for vSphere, we’ll soon see increased levels of maturity for container persistence, and we’ll finally start seeing stateful containers in production use.

The number of container security solutions will explode
Security is top of mind for most container users – it rates high in survey after survey. It should, as the security issues around containers are wide-ranging. Container images may include old versions of libraries with security vulnerabilities. Linux containers share a kernel and thus expose a porous security boundary. And container networking security is still in its infancy. But there is a light at the end of the tunnel; as we start to see more and more production use of containers, companies will increasingly demand security solutions to ensure their critical applications and data and not unduly exposed. A great many companies are working on ways to address this demand – including VMware with NSX – and you can expect to see some exciting new solutions emerge in the next 12 months.

Pivotal Cloud Foundry will get the credit it deserves
Container technologies have stolen the spotlight over the last several years. Meanwhile, the Pivotal Cloud Foundry (PCF) open source cloud-native application platform has been silently building up a large customer base of loyal cloud-native developers and operators. The company’s run rate crossed the $200 million mark this year, indicating strong and continued growth across industries. Pivotal’s Spring Boot framework has been growing at an astronomical rate, exceeding 2.5 million monthly downloads, fueling interest in PCF as the production runtime. Next year will finally be PCF’s time to shine.