# Google Cloud Platform - [Introduction](#introduction) - [GitHub](#github) - [Managing Cluster Level Configuration](#managing-cluster-level-configuration) - [Serverless](#serverless) - [Anthos. Google's Hybrid And Multi-Cloud Platform](#anthos-googles-hybrid-and-multi-cloud-platform) - [Python](#python) - [Cloud Code](#cloud-code) ## Introduction * [cloud.google.com](https://cloud.google.com) * [cloud.google.com: DevOps](https://cloud.google.com/devops) * [Cloud Developer Tools](https://cloud.google.com/products/tools) * [Google Cloud Code](https://cloud.google.com/code) * [Google Cloud Build](https://cloud.google.com/cloud-build) * [medium.com/google-cloud/tagged/devops](https://medium.com/google-cloud/tagged/devops) * [Platform comparisons](https://cloud.google.com/docs/compare) * [AWS and GCP comparison](https://cloud.google.com/docs/compare/aws) * [Mapping of AWS services to Google Cloud](https://gregsramblings.com/blog/compare-google-cloud-to-aws/) * [whizlabs.com: Introduction To Google Cloud Platform](https://www.whizlabs.com/blog/google-cloud-platform/) * [New Cloud Shell Editor: Get your first cloud-native app running in minutes](https://cloud.google.com/blog/products/application-development/introducing-cloud-shell-editor) ## GitHub - [github.com/GoogleCloudPlatform](https://github.com/GoogleCloudPlatform) - [github.com/GoogleCloudPlatform/cloud-code-samples](https://github.com/GoogleCloudPlatform/cloud-code-samples) - [kelseyhightower/cmd-tutorial](https://github.com/kelseyhightower/cmd-tutorial) This tutorial will walk you through provisioning some VMs on GCP so you can kick the tires on Cmd -- Track and Control Users in Production. ## Managing Cluster Level Configuration - [Config Sync Overview](https://cloud.google.com/kubernetes-engine/docs/add-on/config-sync/overview) One of the most challenging day two concerns for Kubernetes users is managing cluster level configuration, think namespaces, CRDs, and RBAC rules, across multiple clusters. For GKE customers Config Sync is a game changer. ## Serverless - [Cloud Functions, meet VPC functionality](https://cloud.google.com/blog/products/serverless/learn-how-to-use-advanced-vpc-functionality-with-your-cloud-functions) ## Anthos. Google's Hybrid And Multi-Cloud Platform - [Anthos ๐ŸŒŸ](https://cloud.google.com/anthos/) - [Everything You Want To Know About Anthos - Google's Hybrid And Multi-Cloud Platform](https://www.forbes.com/sites/janakirammsv/2019/04/14/everything-you-want-to-know-about-anthos-googles-hybrid-and-multi-cloud-platform/) - [itnext.io: Anthos โ€” Multi-cluster Management](https://itnext.io/anthos-multi-cluster-management-aa6f2c03120d) - [itnext.io: Ingress for Anthos โ€” Multi-cluster Ingress and Global Service Load Balancing](https://itnext.io/ingress-for-anthos-multi-cluster-ingress-and-global-service-load-balancing-c56c57b97e82) - [A hybrid cloud-native DevSecOps pipeline with JFrog Artifactory and GKE on-prem ๐ŸŒŸ](https://cloud.google.com/solutions/partners/a-hybrid-cloud-native-devsecops-pipeline-with-jfrog-artifactory-and-gke-on-prem) Running in a hybrid environment means that some of your processing happens on Google Cloud and other processing remains on-premises. Anthos helps you manage both an on-premises Kubernetes cluster and a cluster running on Google Cloud. ## Python - [anderfernandez.com: Cรณmo automatizar un script de Python en Google Cloud](https://anderfernandez.com/blog/automatizar-script-python-google-cloud/) ## Cloud Code - [Cloud Code ๐ŸŒŸ](https://cloud.google.com/code) Everything you need to write, debug, and deploy your cloud-native applications.