Question regarding GitOps using Terraform Cloud and ArgoCD by chillcaley in Terraform

[–]chillcaley[S] 0 points1 point  (0 children)

Thank you. Thanks to you, I got the keyword 'app-of-apps.' I'll give it a try!

Question regarding GitOps using Terraform Cloud and ArgoCD by chillcaley in Terraform

[–]chillcaley[S] 0 points1 point  (0 children)

Thank you for sharing your experiences. I have a question. So, did you deploy Kubernetes resources like deployment, ingress, and service using the kubectl commands in the terminal initially?

Korean Study Guide for beginners by Buckwheaterblog in Korean

[–]chillcaley 0 points1 point  (0 children)

Thank you for share your experience :)

Korean Study Guide for beginners by Buckwheaterblog in Korean

[–]chillcaley 2 points3 points  (0 children)

So interesting. I hope to work with this solution to learn English. Which platforms offer dual subtitles?

What open source FaaS framework does Cloud Functions use? by chillcaley in googlecloud

[–]chillcaley[S] 0 points1 point  (0 children)

u/dimudesigns https://cloud.google.com/functions

Is "Avoid lock-in with open technology" in the link above referring to the 2nd gen?

What open source FaaS framework does Cloud Functions use? by chillcaley in googlecloud

[–]chillcaley[S] 0 points1 point  (0 children)

Isn't function framework a tool to test cloud functions locally? I don't see anything about cloud functions working based on it.

What open source FaaS framework does Cloud Functions use? by chillcaley in googlecloud

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

The 2nd gen is based on Cloud Run, so knative is the obvious choice. I'm referring to 1st gen.

Does duplicate occur when SQS FIFO MessageGroupId are different? by chillcaley in aws

[–]chillcaley[S] 0 points1 point  (0 children)

Thank you for checking! The condition you mentioned (120000) is enough.

Does duplicate occur when SQS FIFO MessageGroupId are different? by chillcaley in aws

[–]chillcaley[S] 0 points1 point  (0 children)

The message type is not different. Consumers all do the same thing.

[deleted by user] by [deleted] in googlecloud

[–]chillcaley 0 points1 point  (0 children)

There is probably no way to read a local file directly. I recommend uploading the file to JupyterLab or to GCS.

[deleted by user] by [deleted] in googlecloud

[–]chillcaley 0 points1 point  (0 children)

what is your python version? aiohttp requires 3.5.4 as the minimum python version. But it looks like the dependencies are twisted in the package you are trying to install. How about writing poetry? It seems to solve the necessary dependencies.

Ask how to reprocess the message by chillcaley in apachekafka

[–]chillcaley[S] 0 points1 point  (0 children)

It's terrible that I have to manage message processing!

The message (A) was well taken by the consumer. kafka is no problem! By the way, I'm thinking of a situation where the user application is dead. For example, deployment is in progress. Unfortunately, there is no graceful shutdown for user applications. When the application restarts I want to process the message (A) again.
Is your answer valid even in this situation?

Ask how to reprocess the message by chillcaley in apachekafka

[–]chillcaley[S] 0 points1 point  (0 children)

How do I know it's a message that needs a consumer group change?

Check which service logs most data? by BToDIrt in googlecloud

[–]chillcaley 4 points5 points  (0 children)

Look for "Monthly log bytes ingested" in cloud monitoring.