Viewing profile — bdburns
bdburns
HN member- Joined
- Tue, Aug 02, 2016, 5:06 AM UTC
- HN karma
- 638
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About bdburns
Recent public activity
- story
- story
- story
- story
- story
-
comment
Comment #18603182
You can build a kubernetes based bundle that is cloud agnostic.
- story
- story
- story
- story
- story
-
comment
Comment #16180494
VMs in all clouds are always tied to specific machines. If that machine fails unexpectedly then those VMs will restart. If it is a controlled reboot (e.g. host update) then they ma…
-
comment
Comment #16179999
(Azure containers lead here) Awesome to see OpenAI scale Kubernetes on Azure!
- story
- story
- story
-
comment
Comment #15811957
What image were you running? Our internal monitoring indicates that it is generally significantly faster than that, but image pull is almost always the long pole for container star…
-
comment
Comment #15808900
(Azure Container Instance engineer here) This looks very similar to what we launched with Azure Container Instances last summer. The Azure Container Instances kubernetes connector …
- story
-
comment
Comment #15704914
It's really awesome to see Microsoft's experience in developer productivity coming to cloud native applications!
- story
- story
- story
-
comment
Comment #14858890
Azure Container Instances developer here... Each container has hypervisor level isolation. We are not relying on kernel level isolation for security isolation between different use…
-
comment
Comment #14858256
API support is already there. The docs/SDKs need to be updated, but there are some examples here: https://github.com/Azure/aci-connector-k8s/blob/master/synch... https://github.com…