> You need Kubernetes, and you need to be able to monitor your environment, but you don’t have the resources to staff up.
Then you don't necessarily need it. You can also use cloud native solutions which is meant to address many scenarios (of course not every) like this one where there's lots to do and not enough people, offload the thinking to a provider. If you're running thin, then you should not be subjecting yourself to a system like k8s, it requires going in with eyes wide open and a lot of awareness.
"Going forward, we will refer to the open, freely available versions as “community”. The BSL license is open, free, and source-available. However, it does not meet the definition of open source as defined by OSI" https://www.hashicorp.com/license-faq
"The BSL (also sometimes abbreviated as BUSL) is considered a source-available license (..) Unlike open source licenses, the BSL prohibits the licensed code from being used in production — without explicit approval from the licensor." https://fossa.com/blog/business-source-license-requirements-...
(By way of example: The source code for Windows has been leaked several times, including on github, and MS made it available to various parties over the years, but I think we can agree that it is not open source.)
Cilium wasn't mentioned and i think thats wrong. It should be part of the history of eBPF with Kubernetes as a fundamental CNI (now also with a service mesh) build with eBPF.
Its also part of the micro docume regarding eBPF and Brendan Greggs usage of eBPF for performance insights etc.
With the marketshare that Kubernetes has, I can definitely see why so many eBPF projects focus on supporting it.
Still makes me wish more of them had support for things like HashiCop Nomad, standalone Docker/Podman, or standalone hosts.
Maybe one day! Could be really interesting to see this kind of stuff used inthe likes of homelabs or just smaller environments, or even just environments where kubernetes isn't in.
13 comments
[ 2.0 ms ] story [ 43.1 ms ] threadThen you don't necessarily need it. You can also use cloud native solutions which is meant to address many scenarios (of course not every) like this one where there's lots to do and not enough people, offload the thinking to a provider. If you're running thin, then you should not be subjecting yourself to a system like k8s, it requires going in with eyes wide open and a lot of awareness.
K8s is the only opensource infrastructure layer there is, which has value.
But if you already have a small infra/cloud team, you do have potentially enough dev teams / product size to go with k8s if you want to.
https://github.com/hashicorp/nomad
Are you maybe referring to their Enterprise offering?
From Open Source to Source Available https://news.itsfoss.com/open-source-source-available/
"The BSL (also sometimes abbreviated as BUSL) is considered a source-available license (..) Unlike open source licenses, the BSL prohibits the licensed code from being used in production — without explicit approval from the licensor." https://fossa.com/blog/business-source-license-requirements-...
(By way of example: The source code for Windows has been leaked several times, including on github, and MS made it available to various parties over the years, but I think we can agree that it is not open source.)
Depending on your definition, I think both docker swarm and incus (nee LXD) count. Maybe even proxmox.
No, you THINK you need k8s.
Its also part of the micro docume regarding eBPF and Brendan Greggs usage of eBPF for performance insights etc.
Still makes me wish more of them had support for things like HashiCop Nomad, standalone Docker/Podman, or standalone hosts.
Maybe one day! Could be really interesting to see this kind of stuff used inthe likes of homelabs or just smaller environments, or even just environments where kubernetes isn't in.