garadox's comments

garadox | 5 years ago | on: Common mistakes using Kubernetes

One thing to watch for with pod antiAffinity - if you use required vs preferred, and your pod count exceeds the node count, the remainder will be left in Pending and won't spin up anywhere.

garadox | 7 years ago | on: The Hidden Cost of Touchscreens

Having driven with the Tesla touchscreen, I can tell you you don't need to use it much while driving. The dials in the steering wheel can adjust the temperature, voice control is great for navigation and for selecting music, and range, performance data is on the dashboard (for non model 3).

If you need to do something complex like select a destionarion on the map, I don't think there's any interface that would let you do that safely as you need to visually identify a location.

garadox | 9 years ago | on: Managing Apt Repos in S3 Using Lambda

Very interesting - I've been working on exactly the same approach for a yum repo, but hadn't solved the race condition issue yet. I might have to "be inspired" by this post :)

garadox | 10 years ago | on: Docker for Mac Beta Review

It does in the latest update. Just run "pinata set native/port-forwarding true" and your docker containers will be accessible via localhost. Previously this only worked with the VPN compatibility mode, but it's available on its own now.

I also recommend running "pinata set network nat".

garadox | 10 years ago | on: Docker for Mac Beta Review

If you want to run services in docker containers with Docker Toolbox (e.g. a mysql db), and you want the db stored on the Mac host, then you have to worry about 2 layers of folder mounts (one from host -> vm, one from vm -> container), another 2 layers of port forwarding (same as above), to make it 'feel' like your're running mysql locally.

With the beta, all of that is taken care for you with a couple of settings, and it's just much simpler to get up and running.

garadox | 10 years ago | on: Docker for Mac Beta Review

There are still some rough edges, crashes when you resume from sleep (fixed in the latest update I might add), things like that. It's pretty close to an open beta in my opinion.
page 1