The task is to incorporate an image upload feature into a social media application. The feature should allow users to upload images ranging from 2 MB to 1 GB in size. The objective is to reduce infrastructure operational overhead for this functionality.
You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. Your application can
scale horizontally, and each instance of your application needs to have a stable network identity and its own
persistent disk.
Which GKE object should you use?
You have an application deployed in production. When a new version is deployed, some issues don't arise until
the application receives traffic from users in production. You want to reduce both the impact and the number of
users affected.
Which deployment strategy should you use?
To perform unit and integration tests during the Docker image build process using Cloud Build, you need to make modifications. In the event of a failure, you want the build history to clearly indicate the stage at which the build failed.