• 1 Post
  • 410 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle








  • i will simply want to scan projects that i personally use to be aware of its current state and future changes, before i blindly update apps i host.

    If you’re just doing this for yourself then you still need to know the programming languages involved, what kind of vulnerabilities exist, how to validate them and quite a bit of how the projects operate.

    The AI will output a lot of false positives and you will need to actually know if any of the “vulnerabilities” are valid or just hallucinations. Do you really want that extra workload?







  • Kubernetes doesn’t care how many servers and from what cloud provider you use, if you add 20 AWS, 20 Azure and 20 google cloud servers and set up a master (or more) on each provider with the rest being workers, then your servers are completely replaceable as long as the rest can take the load.

    The only complication is the client connections. You’d have to split your external ips across all three providers and across countries/Geo regions.

    Worse case then is that you lose AWS/Google/Azure and with it the regions that used the AWS/Google/Azure ips, then you’d have to failover DNS to the remaining IPs.

    In short: It’s possible and the main problem is the user being able to connect after fail over after the original IPS change.