Using GKE with multiple accounts and clusters

Google cloud configs Download and install gcloud Simply follow this link Listing existing configurations gcloud config configurations list NAME IS_ACTIVE ACCOUNT PROJECT DEFAULT_ZONE DEFAULT_REGION This should give you only one line, with a default account. Creating a configuration gcloud config configurations create testconf This will guide you through the configuration of a new configuration. It allows you to set one config per account, project, cluster… Activating a configuration gcloud config configurations activate testconf As simple as this to change your account/config....

June 13, 2018 · 1 min · Me

Kubernetes Singapore Birthday Event

On the 28th, I was invited to talk at Google Singapore for the Kubernetes birthday http://www.meetup.com/fr-FR/GCPUGSG/events/232659329/?eventId=232659329 I spoke about my experience with Kubernetes in production for one of my side projects. As I like to experiment stuff, I decide to drop power point and use React Spectacle library for my presentation! here is the result: https://kuberneprez.surge.sh here is the source code: https://github.com/vincentserpoul/prez-kubernetes The framework can be found here: http://stack.formidable.com/spectacle/#/?_k=cyx05u I will do it again!...

July 28, 2016 · 1 min · Me