Jeff Lill
Jeff Lill
We need to implement **etcd encryption**: https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/ Things to think about: * OpenShift can optionally configure **aesgcm**. This requires key rotation before 200K writes and [OpenShift Encryption](https://docs.openshift.com/container-platform/4.3/authentication/encrypting-etcd.html) does this somehow....
Currently, user will see a compiler error when a cleaned solution with generated models is first opened. The problem is that the source assembly won't exist yet and the model-gen...
I've been wondering for some time why Visual Studio intellisense is marking up cluster definitions with red squiggly lines and finally did some Googling to investigate. It looks like common...
ModelGen needs to support some additional attributes. It essentially needs to pass these through to the generated code like we're already doing for `[JsonProperty]` and `[JsonIgnore]`: - [ ] `JsonObject`...
**Neon.Kube** currently uses the [Dns](https://www.nuget.org/packages/DNS/) nuget package whereas the [DnsClient](https://www.nuget.org/packages/DnsClient/1.4.0-beta-20200912.4) looks much better and has almost 23M downloads vs 166K for the other. We had to implement our own caching...
The `VmOptions.DiskLocation` property is currently supported only by the **Hyper-V** hosting manager. We need to modify the **XenServer** hosting manager such that users can specify the target storage repository. This...
Implement neonKUBE setup for Google Cloud: - [ ] Provision - [ ] Prepare - [ ] Setup
Investigate whether we should integrate a migration and backup solution like: https://velero.io/ https://velero.io/docs/v1.6/how-velero-works/
We need to implement a service that monitors the health of the cluster at runtime and potentially heals any issues found. It would be nice if the actual checks (and...
I created a cluster and deployed **nginxdemos/hello:plain-text** as a daemonset and `\etc\resolv.conf` includes **tarukino.com** and **neonforge.com** in the search defaults. These shouldn't be here and I don't know where they're...