Anthos Config Management and Config Connector

Anthos Config Management works together with Config Connector

In the past several posts we looked at Config Connector for Kubernetes. With Config Connector you can create GCP resources, like Spanner or PubSub, using declarative K8s model. In this post we will show how Config Connector works together with Anthos Config Management (ACM). Why ACM? In all the examples before, we actuated GCP resources … Read more

Workload Identity with Config Connector

In the previous post, we discussed how you can use Config Connector to provision isolated and secure workspace for your teams. For each of them, we created a team Kubernetes namespace, which we then linked to a team GCP project. We configured permissions on the namespace, so that each team can create K8s resources. Likewise, … Read more

WordPress on Kubernetes with GCP and Workload Identity: part 2

Wordpress on Kubernetes with GCP and Workload Identity

Continuing from the previous post, in this second part we will be provisioning Kubernetes objects. Once we are done, this will complete WordPress on Kubernetes with GCP MySQL and Workload Identity sample. WordPress on Kubernetes In the last part, we used Config Connector to create GCP objects that we need to power our WordPress site. … Read more

WordPress on Kubernetes with GCP and Workload Identity: part 1

Config Connector enables Wordpress on Kubernetes with GCP and Workload Identity

We just announced Beta availability of Config Connector – Kubernetes Extension that allows you to manage Google Cloud service as native Kubernetes resources. This post is part 1 of the two part series that will show, how you can configure a WordPress site running on Kubernetes, powered by GCP MySQL database and Workload Identity. As … Read more