role-devops:gcp-expert

Guide Google Cloud Platform infrastructure design, security, and optimization.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill role-devops-gcp-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-devops:gcp-expert
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/roles/role-devops/skills/gcp-expert
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill role-devops-gcp-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for designing, securing, and optimizing Google Cloud Platform infrastructure, enabling efficient and robust cloud deployments.

Core Features & Use Cases

  • Infrastructure Design: Architecting resource hierarchy, IAM, networking (VPC, Shared VPC, Load Balancing), and compute/storage/database services (GKE, Cloud Run, Cloud SQL, BigQuery).
  • Security Hardening: Implementing security best practices like Workload Identity, VPC Service Controls, Binary Authorization, Cloud Armor, KMS, and Secret Manager.
  • Observability & Cost: Configuring logging, monitoring, SLOs, and cost optimization strategies using CUDs and billing exports.
  • Use Case: You need to design a secure and scalable GKE cluster with private networking and Workload Identity for a new microservice. This Skill will guide you through the necessary IAM, networking, and GKE configurations.

Quick Start

Use the gcp-expert skill to configure Workload Identity for a GKE cluster.

Frequently Asked Questions about role-devops:gcp-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Workload Identity for a GKE cluster on GCP?

Configure Workload Identity for your GKE cluster by linking Kubernetes service accounts to GCP IAM service accounts, eliminating the need to manage long-lived credentials and enforcing least-privilege access for your workloads.

What is the best way to secure GCP networking using VPC Service Controls?

VPC Service Controls secure GCP networking by creating security perimeters around Google Cloud resources, mitigating data exfiltration risks and enforcing context-aware access policies for your private infrastructure.

How do I optimize GCP infrastructure costs with Committed Use Discounts?

Optimize GCP costs with Committed Use Discounts by purchasing commitments for vCPU and memory resources, lowering compute expenses for predictable production workloads and analyzing billing exports for visibility.

Can I use Cloud Armor to protect Cloud Run applications?

Yes, Cloud Armor integrates with the global load balancer to protect backend services like Cloud Run, providing WAF capabilities, DDoS protection, and IP-based access policies for your applications.

How does GKE private networking differ from standard VPC configurations?

GKE private networking isolates cluster nodes from public internet exposure by assigning internal IP addresses, requiring a NAT gateway for outbound traffic and strict firewall rules to secure the VPC environment.

What observability strategies are needed for production GCP workloads?

Production GCP workloads require configuring centralized logging, Cloud Monitoring metrics, and defining Service Level Objectives to track reliability, detect anomalies, and maintain operational health across resources.