Yeah, those data questions are really loaded. I don't host for privacy or what not. It's because of a learning objective, to study, experiment, and run automated stock trading algorithms. I don't exactly have anything to hide from private companies.
- Posts
- 2
- Comments
- 115
- Joined
- 2 yr. ago
- Posts
- 2
- Comments
- 115
- Joined
- 2 yr. ago
I'm a little curious what you are using for a hypervisor. I'm using Apache Cloudstack. Apache Cloudstack had a lot of the same features as AWS and Azure. Basically, I have 1000 vlans prepared to stand up virtual networking. Cloudstack uses Centos to stand up virtual firewalls for the ones in use. These firewalls not only handle firewall rules, but can also do load balancing which I use for k8s. You can also make the networks HA by just checking a box when you stand it up. This runs a second firewall that only kicks in if the main one stops responding. The very reason I used Cloudstack was because of how easy it is to setup a k8s cluster. Biggest cluster I've stood up is 2 control nodes and 25 worker nodes, it took 12 minutes to deploy.