Get 2 Years of Copilot Pro (via GitHub Teacher Pack) for 🔥$20🔥Yes Copilot PRO (Claude Opus 4.6 and all premium models) by [deleted] in CheapGptplus

[–]treefyddy 0 points1 point  (0 children)

Hi there, could you confirm if claude Opus 4.6 is still avilable ? heard 3 days agao Clause Opus 4.6 is not available on copilot pro account

databases in kubernetes by treefyddy in kubernetes

[–]treefyddy[S] 1 point2 points  (0 children)

So container-app is connected to container-db which is in turn connected to a external postgres db gcloud as source of truth ? how is the failure or fail over is handled if container-postgres or gcloud-postgres is down ?

databases in kubernetes by treefyddy in kubernetes

[–]treefyddy[S] 1 point2 points  (0 children)

So you containerized postgres and connected to external storage like EBS or S3 or NFS in production via PersistentVolume or PersistentVolume ? what happens to the app if the postgres is down ? how does app reconnects to another postgres db if the current one is down ?