Re: BSD and kubernetes

2023-03-20 Thread Gregory Edigarov
On Sat, 4 Mar 2023 02:33:25 +0800 Ken Young wrote: > Hello, > > I am a BSD user and also a user of kubernetes. > It seems the BSD community has no much interest in docker/k8s > integration. Is it true? and why? > > Thanks. Just because porting anything, that was written with only linux in mind

Re: BSD and kubernetes

2023-03-04 Thread Daniele B.
infoomatic : > Kubernetes' philosophy quite contradicts to OpenBSDs. Also, Kubernetes > builds upon Linux technologies. Put it simpler: - images come downloaded from Internet - containers are easy manipulable from the outside in different ways These two stuff are contradicting any kind of securi

Re: BSD and kubernetes

2023-03-04 Thread infoomatic
Kubernetes' philosophy quite contradicts to OpenBSDs. Also, Kubernetes builds upon Linux technologies. Porting that stuff alone to OpenBSD would mean a great deal of work, and again does not really fit OpenBSDs developers ideas. The resources of OpenBSD is just a tiny fraction of that of kubernete

Re: BSD and kubernetes

2023-03-03 Thread Stanislav Syekirin
Depends of what kind of integration. I've seen a post about running Kubernetes under VMM: https://www.h-i-r.net/2023/02/running-kubernetes-cluster-with-openbsd.html. Maybe it does what you need. Regards On Sa, 4 Mär 2023 02:33:25 +0800 Ken Young wrote: Hello, I am a BSD user and also a u

BSD and kubernetes

2023-03-03 Thread Ken Young
Hello, I am a BSD user and also a user of kubernetes. It seems the BSD community has no much interest in docker/k8s integration. Is it true? and why? Thanks.