Platform Engineering on Kubernetes by Mauricio Salatino

Platform Engineering on Kubernetes by Mauricio Salatino

Author:Mauricio Salatino [Salatino, Mauricio]
Language: eng
Format: epub
Tags: yomu
Publisher: Manning Publications Co.
Published: 2023-11-01T23:00:00+00:00


The following points indicate the sequence observed in figure 5.10:

First, we need to create a resource. We can use any tool to create Kubernetes resources; kubectl here is just an example.

If the created resource is a Crossplane managed resource, let’s imagine a CloudSQLInstance resource the GCP Crossplane provider will pick up and manage.

The first step to execute when managing a resource will be checking if it exists in the infrastructure (that is, in the configured GCP account). If it doesn’t exist, the provider will request that the resource be created in the infrastructure. The appropriate SQL database will be provisioned depending on the properties set on the resource, such as which kind of SQL database is required. Imagine that we have chosen a PostgreSQL database for the sake of the example.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.