Viewing profile — marcoceppi
marcoceppi
HN member- Joined
- Thu, Feb 23, 2012, 3:43 PM UTC
- HN karma
- 168
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About marcoceppi
Recent public activity
- story
- story
- story
- story
-
comment
Comment #14148733
Since the GPU libraries are hosted on the node, privileged flag is typically required to make that possible. I'm sure there will be improvements to not require privileged, but toda…
-
comment
Comment #14147258
Gluster is a good alternative, Ceph can be prickly if you don't want a block device and instead just need a filesystem. CephFS fills sort of the same role, but does so on top of Ce…
- story
- story
-
comment
Comment #14003353
I agree, I usually update defaults so that python => python3. However, PEP has some guidance on how this should be handled[1]. I imagine Ubuntu (Debian, et al) is following these g…
-
comment
Comment #14003201
I'm curious what init system would you prefer?
-
comment
Comment #13491141
There's a bit of pre-setup. I'll make sure we have DreamCompute in the installer out of the box soon. Here's what that setup looks like: https://asciinema.org/a/7ba3snjdkxybmgisbm8…
-
comment
Comment #13487116
OpenShift is an interesting product, because it's not just Kubernetes, but a PAAS on top of Kubernetes packaged as a single solution. As a result you're not using k8s, but OpenShif…
-
comment
Comment #13486755
We don't begin integration testing at day 0 of release, we are constantly integration testing. That said, five days is a goal of ours, not a hard deadline or SLA. An example of thi…
-
comment
Comment #13485345
First off, sage math looks awesome \m/. This is a great question, I'll be making sure we update our docs and pages to highlight these differences, here's a few that might be helpfu…
-
comment
Comment #13484789
It's super clean already with CDK. You just issue a single command from your laptop, something like: `juju add-unit k8s-node` or `juju add-unit -n 10 k8s-node`. This will provision…
-
comment
Comment #13484756
We're still "beta" so we have been able to release within 10 after upstream. With recent updates to our build/ci process, we're able to constantly test master. This means we can bl…
-
comment
Comment #13484334
Hey HN, PM for Canonical's Kubernetes (CDK) here. Feel free to ask questions!
- story
-
comment
Comment #13170696
Thanks for the feedback, my original sentence may have been a bit hasty, but the core of the message is there. I see Canonical's role as the expediter/server in a kitchen instead o…
-
comment
Comment #13168544
Unlike other companies, we don't jump in to upstream projects and throw weight around to influence a project to make it more marketable for us. Kubernetes has a vibrant, and powerf…
-
comment
Comment #13168501
Typically ceph for rbd
-
comment
Comment #13123362
If you're looking for bare metal, have you tried using MAAS and Juju? https://jujucharms.com/kubernetes-core/
-
comment
Comment #13123353
This is a nice write up, but we honestly needed to stand up kubernetes on-premise and in public/private clouds. This is why we've been using this: https://www.youtube.com/watch?v=B…
-
comment
Comment #13072681
On the same vein, there are plenty of Xen machines that are vulnerable despite the host OS being updated (which, honestly, I don't thing happens as quickly as it should considering…
-
comment
Comment #13071877
Sure, Xen is a hypervisor - just like KVM and a whole host of others, but Xen is /very/ heavy from a resource utilization. Xen doesn't produce lightweight VMs, they're traditional …