Archive

Archive for the ‘AWS’ Category

Cloud Field Day 2 Preview: Rubrik

July 21st, 2017 No comments

Cloud Field Day 2, part of the Tech Field Day family of events is happening in San Francisco and Silicon Valley, from 26-28 July and I’m super excited to be invited as a delegate.

We are hearing from a number of companies about how they cloud!

What a journey Rubrik has had so far, a 2 year old company that has ambitious plans to redefine that stodge of datacenter technologies, backup. Rubrik recently received a further $180 million in a Series D round at a $1.3 billion valuation. Yes, that’s a more than billion dollar valuation for a company that does backup, wow! Rubrik says it has hardly dipped into its $61 million Series C round but is going for hyper growth. It currently has several hundred enterprises as customers. Interestingly in the Series D funding announcement Rubrik mentioned investing heavily in R&D with this money. They’ve already had 8 product releases with the latest including a number of cloud features so I would think sales and marketing is where the money will need to be spent to increase customers. Hyper growth phase is normally less about R&D and more about knocking on the doors of prospective customers so will be interesting to hear the latest company plans.

All the Data

Read more…

Cloud Field Day 2 Preview: Scality

July 20th, 2017 No comments

Cloud Field Day 2, part of the Tech Field Day family of events is happening in San Francisco and Silicon Valley, from 26-28 July and I’m super excited to be invited as a delegate.

We are hearing from a number of companies about how they cloud!

Scality has been a previous Tech Field Day presenter.

Scality is one of the new storage companies leveraging the AWS S3 storage API standard to create new enterprise storage options beyond your typical block and file store. S3 is object storage which is all about scale, built to store billions of objects or massive petabyte sized files or stores.

Scality already provides an open source implementation of the AWS S3 API called Scality S3 Server. Interestingly it is packaged as a Docker container so can leverage the benefits of Docker such as the same deployment mechanism from a developers laptop to being deployed in production and further scaled out via Docker Swarm.

Scality RING is the enterprise friendly version of S3 Server for more critical workloads with the usual enterprise feature requirements of security, support, availability, etc.

AWS S3 is all great but some enterprises aren’t willing to store everything in a public cloud. There may be (often unfounded) security concerns or more valid concerns about bandwidth usage, data gravity and cost. If you have PBs of on-prem storage for your media files, x-rays, satellite images etc. you would love the ease of use of the S3 API but accessed locally. Scality can provide this S3 API on-prem as well as the replicated, highly available storage infrastructure running on standard x86 underneath. Having S3 locally also allows your developers to test functionality locally for things that may eventually access AWS S3.

Zenko

Scality has now announced Zenko which is an open source multi-cloud controller and this is what I expect we’ll hear more about at Cloud Field Day.

Read more…

Categories: AWS, CFD2, Cloud, Storage, Tech Field Day Tags: , , , ,

Cloud Field Day 2 Preview: Platform9

July 20th, 2017 No comments

Cloud Field Day 2, part of the Tech Field Day family of events is happening in San Francisco and Silicon Valley, from 26-28 July and I’m super excited to be invited as a delegate.

We are hearing from a number of companies about how they cloud!

Platform9 is a regular Tech Field Day presenter and I am lucky to be able to heard from them directly when I attended Virtualisation Field Day 4 in 2015 when it was just starting

The company was founded in 2013 by some clever VMware people who wanted to create a company to provide managed cloud infrastructure with two important distinctions. They wanted their offerings to be SaaS managed and wanted it to use open source software.

It’s first product was a cloud managed OpenStack. OpenStack was (is?) hellishly complicated to set up and manage yourself so Platform9 stepped in and offered a cloud managed OpenStack which would run on-premises. Platform9 would take all the hassle away of deploying and upgrading OpenStack and you could spend your time using your OpenStack private cloud rather than managing it.

As the cloud landscape evolved and containers became the next big thing, Platform9 added a managed Kubernetes option. Kubernetes is also difficult to set up so Platform9 came to the rescue. Clouds don’t stand still and Platform9 now has an alpha version of its own Serverless offering called Fission (plenty to say about this).

Platform9 is a cloud infrastructure management company following the current cloud trajectory in what seems like an ideal evolving portfolio: Managed servers, then managed containers then managed Serverless.

The company has had a recent fund injection of $22m with a mix of existing a new investors to bring the total capital raised to date to £36.5m, a helpful war chest. It currently manages 200 enterprise clouds worldwide.

Hybrid Cloud

Read more…

Can I order some servers for my serverless please – London VMUG Presentation

June 22nd, 2017 No comments

I was super happy to be able to present again at the London VMUG today on some tech that’s going to make a huge impact, Serverless. Yes, its a dumb name, as dumb as cloud but basically refers to Functions as a Service. I went through what it is, covering the important points of event driven user defined functions spun up and down on demand. There’s no infrastructure to manage from the point of the developer, the provider does all the provisioning and scaling.

Here are the slides:

and continuing the summary of what I spoke about…

I went though some of the public cloud examples like Amazon Lambda, Azure Functions and Google Cloud Functions. There are also Kubernetes based options you can deploy yourself like Fission, Kubeless and Funktion as well as cross container platforms such as Apache OpenWhisk, IronFunctions and Funcatron. I spent time going through what events are, why they are so crticial to understanding serverless and gave some examples. How much it costs was covered, the differences between PaaS and containers. Listed the benefits and currently many disadvantages as its very new.

I also talked about how Ops is changing and doesn’t mean Ops goes away, just evolves. As it was a VMware user group I went through two connections to VMware, the kinds of things you could use serverless for to manage a VMware environment as well as the VMware cloud native story and using Photon Kubernetes as a Service as your private serverless hosting platform.

Functional billing was highlighted as probably the most important future benefit for serverless, being able to track the cost of every single function call you make which can very easily highlight the inefficiencies you have and the benefit of being now able to have business costings matching up to IT costings.

Looking into the future there’s lots that needs to evolve but perhaps this is the time to decide whether you skip PaaS and containers for some things that have event triggers and go straight to serverless?

JeffConf is also very soon so mentioned the London conference.

Thanks for having me London VMUG.

Categories: AWS, Serverless, VMware Tags: , , , ,