12 hot application container startups

From management to storage and networking to security – these startups have application containers covered.

The container revolution is upon us.

Companies from Red Hat to IBM, Amazon Web Services to Microsoft and even VMware are all into containers. And where there is a hot new technology, there are of course hot startups.

In the past year interest and buzz about containers has soared. A recent survey from research firm Forrester found that 31% of developers said they've used Docker or containers in the past year. "That's a big number of global developers for such a new technology," says Dave Bartoletti, who tracks containers for Forrester. Another 9% say containers are already in production -- a respectable number for such a young market.

Fundamentally containers are a way to virtualize the operating system to managing code and applications. There are challenges around managing containers though, from coordinating the network, to assigning storage for them. Startups from across the industry are tackling these issues and more, and here's a closer look at 12 of them.

BlueData

Headquarters: Mountain ViewFounded:  2012Funding: $19 Million from Atlantic Bridge, Ignition Partners, Data Collective, Amplify Partners, Intel CapitalWhy it's worth watching: Containers are primarily seen as a way to ease application development, but some startups are finding innovative use cases for managing applications with containers. BlueData, which is led by an ex-R&D vice president from VMware named Kumar Sreekanti, is one such example.

The company, which aims to "democratize" big data deployments by making them more consumable, has increasingly been making containers part of its strategy. BlueData allows organizations to deploy big data platforms like Hadoop and Apache Spark in Docker containers, and is making containerized versions available through a free trial of its EPIC platform, which can run on as a downloaded program or a hosted application in Amazon Web Service's Elastic Compute Cloud (EC2). BlueData hopes to make a fuller version of its product generally available this fall.

ClusterHQ

Headquarters: San FranciscoFounded: 2008Funding: $15 million from Accel Partners and Canaan PartnersWhy it's worth watching: Containers don't inherently hold on to data about applications that are inside of them when they're moved from one virtual machine to another. A lot of enterprise applications need to hold on to state though. ClusterHQ's Flocker product, which is also an open source project, allows containers to hold state.

Constellation Research analyst Holger Mueller says this is a big step forward for containers. ClusterHQ calls Flocker a data volume manager. This capability allows Docker containers to run databases in containers and port them from one VM host to another without losing data associated with the app in the container. "Making containers persistent is probably an increase of 3-5x (in terms of) uses cases that can be addressed by containers that have persistency," he wrote in a blog post analyzing the announcement of Flocker 1.0.

+ ALSO ON NETWORK WORLD What are containers and why do you need them? +

CoreOS

Headquarters: San FranciscoFounded: 2013Funding: $20 million from Google Ventures, KPCB, Fuel Capital, Accel Partners, Andreessen Horowitz, Sequoia Capital and Y-CombinatorWhy it's worth watching: The founders of CoreOS thought containers were great, but didn't love some of Docker's design decisions related to security and management. So, the CoreOS team crafted a lightweight Linux operating system meant to run in scale-out distributed systems as well as its own container software dubbed rkt (pronounced "rocket"). Similar to the open source Docker project, rkt is a container runtime format that allows for container creation.

CoreOS also has developed Tectonic, a commercial distribution of the Kubernetes open source container management platform from Google. If Docker will have any near-term competition from another startup, it could come from CoreOS, which was launched by Alex Polvi and Brandon Phillips, who worked on cloud monitoring at Rackspace.

Docker

Headquarters: San FranciscoFounded: 2013Funding:  $150M from Insight Venture Partners, Coatue, Goldman Sachs, Northern Trust, Benchmark, Greylock Partners, Sequoia Capital, Trinity Ventures and AME Cloud Ventures.  Why it's worth watching: There is no better recognized company in the container market right now than Docker.

It's the name of both an open source project for creating containers and a company that's commercializing the code. The open source project is led by a governing board that includes some Docker employees, but also contributors from many other companies. Docker has focused thus far on many of the basic aspects of containers how to create them, how they interact with management platforms and what can be done with them. As the company advances though, it's adding more management features atop its product, for example by controlling the networking containers need. Docker the open source code has emerged as a de facto standard for container runtimes, which gives Docker the company a big opportunity to capitalize on commercializing the management of those containers. Solomon Hykes, Docker's CTO, is credited with helping to spur the container movement when he founded dotcloud, which was the original name of Docker the company.

Kismatic

Headquarters: San FranciscoFounded: 2014Funding: UndisclosedWhy it's worth watching: Google has said it runs almost all of its applications in containers, and last year open sourced software called Kubernetes that helps manage infrastructure clusters, including containers. Kismatic is a startup hoping to commercialize Kubernetes.

As of now the company is still in stealth mode, so details about what it is doing haven't been shared publicly. But it's expected that Kismatic will attempt to make Kubernetes more palatable to business users. That approach to open source technology usually includes things like packaging it, putting in security controls and making it reliable and fault tolerant.

The folks behind Kismatic come from Mesos, another orchestration technology provider. One executive served as CTO of the Wikimedia Foundation.

PortWorx

Headquarters:   Redwood CityFounded:  2015Funding:  Series A round of $8.5 million, from Mayfield and one undisclosed investorWhy it's worth watching: It's one thing to be able to spin up a container, but it's a whole other thing to manage clusters of them, as Portworx wants to do.

Think of Portworx as a sort of vSphere for containers, its founders say. The company's container management platform gives IT operations professionals an out-of-the-box way to spin up and manage groups of containers.

The first thing the software does is it assess the infrastructure that is available to it. Then, when operations folks want to launch applications or code in a container, Portworx will do the heavy lifting: It will provision the containers, get the necessary storage, and manage the IP addresses and other networking features of the containers.

The product is a ways away from being generally available. Later this summer Portworx will release a hosted "playground" version of the software, but there is no timeframe for when a 1.0 release will be generally available. Its management team previously started storage optimization company Ocarina Networks, which Dell bought in 2010.

Rancher Labs

Headquarters: CupertinoFounded: 2014Funding: $10M in funding from Mayfield and Nexus Venture PartnersWhy it's worth watching: The founders of Rancher - Sheng Liang and Shannon Williams - were part of the team that helped create Cloud.com which was later sold to Citrix and is now the CloudStack product and open source cloud management product. Rancher is attempting to do for containers what CloudStack does for clouds be a platform for managing them.

At this point Rancher is best known for RancherOS, a lightweight operating system optimized for running containers. The company's big plans are for its Rancher infrastructure management platform, which is in beta. It's meant to run on any virtualized or physical machine and works with applications to understand what needs they have for storage, networking and compute resources. It then allocates the appropriate infrastructure for those apps and spins up the containers to run them. Rancher currently works with Docker containers, but the company is open to supporting other container runtimes, such as CoreOS's.

Shippable

Headquarters: SeattleFounded: 2013Funding: $10.1 M from Madrona Venture Group, Vulcan Capital, Divergent Ventures and Founders Co-OpWhy it's worth watching: The team at Shippable wants to make it easier for developers to use containers for building applications. Containers are the perfect medium for writing, testing and launching code, they say.

Founded by a team that used to work at Microsoft and Cloud Foundry, Shippable is a hosted service that allows developers to write code and have it be immediately tested to ensure it works and is bug-free.

In the past, test environments have been made up largely of virtual machines. At Microsoft, Shippable's co-founder Avi Cavale managed a multi-million dollar lab testing environment based entirely on VMs. Using Shippable, Cavale says the footprint of the testing environment can be dramatically reduced. Shippable is billed as a portion of the savings that customers realize from using containers instead of VMs.

Sysdig Cloud

Headquarters: San FranciscoFounded: 2013Funding: UndisclosedWhy it's worth watching: Monitoring containers may not sound like the most exciting topic, but it's critically important. It's one thing to have containers up and running, but how many do you have? What apps are running inside of them? What other apps are those containers interacting with? Those are the types of questions that Sysdig helps answer.

The Linux monitoring platform is both an open source project that's freely available as a download from GitHub, as well as a product from the company of the same name. It provides information such as system health checks, top network connections for a container, most input/output intensive files in a container, a history of commands executed on a container, descriptions of which containers are running in a machine and what apps are running in a container. Plus it provides a sortable history of all the log data it keeps. It's accessible through a command line interface or a basic dashboard, with plans for a more polished paid version. Founder and CEO Loris Degioannii used to work at Riverbed Technologies.

Sysdig represents one of many companies with container monitoring and tracking products; Andreessen Horowitz-backed SignalFX is another.

Tutum

Headquarters: Brooklyn, with another office in MadridFounded: 2013Funding: $2.65 million seed round, led by RTP Ventures with participation from Azure Capital Partners and some angel investors.Why it's worth watching:Tutum started out as a company that wanted to provide a completely hosted container environment. But its founders - a former HP technician and a Capgemini consultant - realized that hosting providers like Amazon Web Services, may offer that. So Tutum's real differentiator was not hosting containers, but the management software it built, so the company is now focused on that.

Tutum's technology has been developed with the application developer in mind. It's software is designed to allow developers to write code, port it into Tutum and let the software take care of the rest. That means Tutum will handle the network connections needed using technology called Weave. Tutum will also manage the storage those containers need and it will provide container tracking. The Tutum team hopes to have a beta available later this year.

Twistlock

Founded: 2015Headquarters: San FranciscoFunding:  $3.1M by YL ventures and angelsWhy it's worth watching: This company, founded by a team led by Ben Bernstein and Dima Stopel from Microsoft, positions its software as an "end-to-end" security product for protecting and monitoring containers. Twistlock provides a customizable dashboard to monitor containers in any environment, and allows what it calls "gates" to be put up to help control the make-up of containers.

Twistlock also allows for security profiles to be set up so that when containers are created they follow specific guidelines. With Twistlock, users can dictate policies that restrict which apps can interact with containers, for example, and alerts can be triggered if containers are made without these security measures in place. The company name comes from the world of trade shipping containers, where twistlocks are used to secure containers to one another.

Weaveworks

Founded: 2014Headquarters: LondonFunding: $5 million from Accel PartnersWhy it's worth watching:Weaveworks, the company commercializing the Weave open source project, creates a virtual network that connects containers. Containers at their most basic level do not inherently have networked connections to one another.

Having network capabilities makes it easier to monitor and control Docker containers. Weave prescribes each container an IP address, allowing them to be mapped with its Scope tool.

CoreOS, for example, has its own networking overlay named Rudder, which works with its rkt container runtime environment. Other platforms like Rancher and Portworx help manage network connections for containers, in addition to provisioning. But Weave is focused exclusively on networking, and has thus been an integral part of other container management platforms, like Tutum. CEO Alexis Richardson came from Pivotal, while CTO Matthias Radestock co-founded messaging service RabbitMQ. The company was originally called Zettio.

Join the newsletter!

Or

Sign up to gain exclusive access to email subscriptions, event invitations, competitions, giveaways, and much more.

Membership is free, and your security and privacy remain protected. View our privacy policy before signing up.

Error: Please check your email address.

Tags MicrosoftVMwareintelsoftwareRed HatAmazon Web ServicesstartupscontainersAtlanticCapitaIntel CapitalDocker

More about Amazon Web ServicesApacheAtlanticCapgeminiCitrixDellGoldmanGoogleGreylock PartnersHPIgnitionInsightIntelIntel CapitalLinuxMadrona Venture GroupMicrosoftMountain ViewNorthern TrustPivotalRackspaceRed HatRiverbedSolomon

Show Comments
[]