Slackbot
05/11/2022, 8:50 AMBruno Dias
05/14/2022, 4:38 PMRaquel Pau Fernandez
05/16/2022, 8:19 AMGabriel Ferreira
05/17/2022, 1:59 PMRaquel Pau Fernandez
05/17/2022, 2:05 PMRaquel Pau Fernandez
05/17/2022, 2:07 PMGabriel Ferreira
05/17/2022, 2:08 PMRaquel Pau Fernandez
05/17/2022, 2:09 PMBruno Dias
05/17/2022, 5:57 PMGabriel Ferreira
05/17/2022, 7:46 PMRaquel Pau Fernandez
05/18/2022, 10:01 AMGabriel Ferreira
05/18/2022, 1:04 PMBruno Dias
05/18/2022, 1:07 PMGabriel Ferreira
05/18/2022, 1:07 PMkubectl
to interact with us, but we built a CLI to "wrap the complexity" about understanding kubectl
Gabriel Ferreira
05/18/2022, 1:08 PMCRD right?Yep
Bruno Dias
05/18/2022, 1:09 PMBruno Dias
05/18/2022, 1:10 PMRaquel Pau Fernandez
05/18/2022, 1:10 PMRaquel Pau Fernandez
05/18/2022, 1:11 PMGabriel Ferreira
05/18/2022, 1:16 PMBruno Dias
05/18/2022, 1:19 PMBruno Dias
05/18/2022, 1:20 PMRaquel Pau Fernandez
05/18/2022, 1:32 PMkind: CustomResourceDefinition
) defines the implementation (changes in K8s) and applications reference this using the CRD name kind: Postgres
. So, what kind
of manifests are in the infrastructure repo?Gabriel Ferreira
05/18/2022, 4:33 PMkind: CustomResourceDefinition
) is created in the "platform repository", the repository where the platform lives.
The kind: Postgres
is stored in the infrastructure repository (this Postgres is the kind that the CRD in the platform repo created)
The client application uses this Postgres. They just need the connection string, which may be in some secret store. The Application code (for example, .NET) doesn't need to know anything about CRDs, just need to connect with the database that is created in the cloudRaquel Pau Fernandez
05/18/2022, 4:34 PMGabriel Ferreira
05/18/2022, 4:34 PMRaquel Pau Fernandez
05/18/2022, 4:35 PMGabriel Ferreira
05/18/2022, 4:35 PMRaquel Pau Fernandez
05/18/2022, 4:36 PMGabriel Ferreira
05/18/2022, 4:38 PMGabriel Ferreira
05/18/2022, 4:39 PMGabriel Ferreira
05/18/2022, 4:42 PMRaquel Pau Fernandez
05/18/2022, 4:44 PMGabriel Ferreira
05/18/2022, 4:46 PMRaquel Pau Fernandez
05/18/2022, 4:47 PMGabriel Ferreira
05/18/2022, 4:49 PMGabriel Ferreira
05/18/2022, 4:49 PMRaquel Pau Fernandez
05/18/2022, 4:49 PMGabriel Ferreira
05/18/2022, 4:53 PMHugo Pinheiro
06/01/2022, 6:12 PMRaquel Pau Fernandez
06/02/2022, 12:41 PMHugo Pinheiro
06/02/2022, 1:36 PMDiego Fernando Luisi
06/09/2022, 11:59 AMDiego Fernando Luisi
06/09/2022, 12:00 PM