Olli Janatuinen
Olli Janatuinen
Btw. Do you guys mean case where those Blade servers/etc would still have local disks or real diskless setup where Harvester it selves would be installed to external storage? I...
Ok. Opened #1365 for diskless support. However one more comment from me as these are kindly related and one of your reasoning is disk performance. Afaiu source code here Longhorn...
Yes but the whole idea on [HCI](https://en.m.wikipedia.org/wiki/Hyper-converged_infrastructure) is that storage is software defined which anyway means some extra layers compared to regular hypervisor + storage implementations. Anyway any implementation where...
@FabianKramm any plans to solving this one? As far I see network policy `...-control-plane` cannot works correctly because CoreDNS pod does not have those `kubernetes.io/metadata.name: 'kube-system'` and `k8s-app: kube-dns` labels...
@FabianKramm that is different case. I mean those network policies which get created when isolation mode + network policy is enabled with config like: ```yaml isolation: enabled: true namespace: vcluster...
Ah, I yes that network policy just handles traffic from vcluster to host cluster and I need another one, inside of vcluster to handle traffic from kube dns to api-server.
> One of the biggest difficulties right now is that vcluster would require a global network across the multiple host clusters, however this could be achieved through [submariner](https://submariner.io/). Alternatively you...
FYI. To simplify to developing this and later verifying it on e2e tests (if it gets implemented) I created now scripts which can be used to spin three kind+calico clusters...
Yes, with quick look I really like liqo architecture. Especially the parts it allows mix clusters with different CNIs and on-prem+managed. Definitely worth to investigate more.
I think that we need wait 0.5 mentioned here https://github.com/liqotech/liqo#roadmap as vcluster will need this feature which is targeted to it: > Introduce the support to offload applications that need...