neonKUBE
neonKUBE copied to clipboard
Public NeonKUBE Kubernetes distribution related projects
I had a cluster setup running on the laptop and got this somewhat weird deployment error. I haven't ever seen this before, even on the last run. The only real...
After we support .NET 7 (#33), we should try AOT again for **neon-cli** (at least) to improve launch performance.
It looks like WSL now supports systemd natively: https://devblogs.microsoft.com/commandline/systemd-support-is-now-available-in-wsl/ Thinks to research: - [ ] **Distro lifecycle:** I'm not sure whether we can control this. - [ ] Do distros...
**neon-cli** is a bit slow right now. I just noticed that we're loading the hosting managers for every command, even those that don't need them. We need to optimize this...
Migrate from Calico to **Cilium** and use **Istio/ambient** when that's released
One of the libraries must be referencing this by mistake or we need a new library for ASPNET stuff.
Additional work required for Azure deployments: - [x] Recreate headend client - [x] Add methods to query for Azure and AWS image properties - [ ] Verify that the user...
Investigate new .NET7.0 AOT capabilities: https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/
I just ran into a situation where I was installing a XenServer cluster and the node image installation step failed due to reaching the EOF expectantly. I believe this was...
**neon-cluster-operator** needs to periodically upload a few key metrics about the cluster to our headend. The update interval should be specified via a new **neon-cluster-operator** specific CRD that will also...