Nishchal Dinesh
Nishchal Dinesh

Reputation: 163

GKE custom resources with cloud composer cluster

We have a cloud composer setup within a GCP project. For some requirement, an intern created a GKE cluster having 3 nodes. The nodes have enough CPU and memory left out as of now.

We have an another requirement to setup postgress SQL within GKE. Since we have enough space in the GKE node pool created for the cloud composer can we reuse the same? Or a new GKE cluster has to be create?

Went through this article. It explains creating a composer on existing GKE. But our scenario is vice-versa.

Upvotes: 0

Views: 380

Answers (1)

Mikołaj Głodziak
Mikołaj Głodziak

Reputation: 5267

Community wiki answer for better visibility.

Problem is resolved, as Nishchal Dinesh has mentioned in the comment:

We created a Postgress SQL within a new GKE cluster.

Upvotes: 2

Related Questions