Triton: Docker and the “best of all worlds”
1–10 of 103 posts
Re: Triton: Docker and the “best of all worlds”
#2We're seeing the initial explosion of the microservices ecosystem right now. I've been spending most of my time over the last few years thinking about trusted decentralized infrastructure and have decided that microservices, including hosted ones, could be one possible solution for instantiating trust as a proper 'knob' of the cloud. This Intracloud, if I'm allowed to use a new buzz term, will be smeared across 100s (1000s?) of datacenters world-wide. Have a high-trust use-case? Run it in a German or Dutch datacenter. Have a high-efficiency use case? Run it on a friend's cluster for free.
I believe in this idea of the 'trust knob' enough that I sought out a job with the folks at https://giantswarm.io/, where I am now a dev evangelist. We are a German hosted microservices stack which provides a Docker platform. Alpha signup is here: https://giantswarm.io/request-invite/. Demo of it in action here: https://github.com/kordless/swarm-ngrok#ngrokn-giant-swarm
I also hacked together a SF Microservices meetup last Friday: http://www.meetup.com/SF-Microservices/. 139 people have already joined. Would like some feedback for content! Planning on mid-April for the first event.
I'm excited to see what happens with this market in the next 6 months!
Re: Triton: Docker and the “best of all worlds”
#3Re: Triton: Docker and the “best of all worlds”
#4Re: Triton: Docker and the “best of all worlds”
#5Triton lets you run your docker containers in the cloud without worrying about virtual machines or setting up your own paas.
Signup here: https://www.joyent.com/lp/preview
Re: Triton: Docker and the “best of all worlds”
#6Can someone explain this in words that a time traveller from 2010 would understand?
One of the reasons this feature fell out of use was because it could only run 32-bit linux binaries. Now it can run 64-bit binaries too.
If you want to try it out there is a company you may not be familiar with, dear time-traveler from 2010, called Joyent, that will let you use this.
What is very interesting dear time traveler is that there is a format for containing programs and their environments called docker that allows you to use features, as you could in a zone, but which is easier to use than zones. You can deploy your containers built on linux to solaris zones with this feature, and Joyent lets you do it.
Re: Triton: Docker and the “best of all worlds”
#7Can someone explain this in words that a time traveller from 2010 would understand?
Re: Triton: Docker and the “best of all worlds”
#8Can someone explain this in words that a time traveller from 2010 would understand?
It's all about the layers, man.
Re: Triton: Docker and the “best of all worlds”
#9Can someone explain this in words that a time traveller from 2010 would understand?
Re: Triton: Docker and the “best of all worlds”
#10Can someone explain this in words that a time traveller from 2010 would understand?
Someone used Linux facilities that are somewhat similar to Solaris Zones and ZFS snapshots (you'll know those, since Solaris 10 from 2005 shipped with that and wasn't even the first) to build an ecosystem for lightweight virtual systems with standardized interfaces. That system is called Docker (and runs on Linux, obviously)
OpenSolaris is all but dead, but a community succeeded it, called IllumOS. People from that community decided to attempt to use Solaris Zones, with Linux branded zones (that capability was dropped in the meantime so they had to invest some effort to bring it up again) to reimplement Docker on an IllumOS (ie. OpenSolaris) foundation.