GCP-expert

Provide expert guidance for GCP, Kubernetes, and Linux infrastructure.

2|Updated Apr 6, 2023
One-click install
npx skills add https://github.com/aibangjuxin/knowledge --skill gcp-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GCP-expert
Source: https://github.com/aibangjuxin/knowledge/tree/main/skills/GCP-expert
Command: npx skills add https://github.com/aibangjuxin/knowledge --skill gcp-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert-level assistance for managing and optimizing Google Cloud Platform (GCP) environments, Kubernetes clusters, and Linux systems, focusing on infrastructure architecture, deployment, and operational efficiency.

Core Features & Use Cases

  • GCP & Kubernetes Management: Deploy, configure, and troubleshoot GCE instances, GKE clusters, and related GCP services.
  • Infrastructure Automation: Design and implement GitOps and CI/CD pipelines for automated deployments and infrastructure management.
  • API Gateway Expertise: Configure and manage Kong Gateway and GKE Gateway API for robust API lifecycle management.
  • Linux System Administration: Perform deep system management, kernel tuning, and shell scripting for automation and troubleshooting.
  • Use Case: Troubleshoot a GKE cluster experiencing pod startup failures by analyzing deployment configurations, resource limits, and network policies.

Quick Start

Provide detailed steps to configure a GKE cluster for high availability with multi-zone deployments.

Frequently Asked Questions about GCP-expert

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

FAQPage Schema
How do I configure a GKE cluster for high availability with multi-zone deployments?

To configure GKE for high availability, deploy a multi-zone cluster with redundant node pools and regional load balancing to ensure continuous operation during zone failures.

What's the best way to troubleshoot GKE pod startup failures?

Troubleshoot GKE pod startup failures by analyzing deployment configurations, checking resource limits, and verifying network policies to identify scheduling or connectivity bottlenecks.

How do I set up GitOps CI/CD pipelines for GCP infrastructure automation?

Set up GitOps CI/CD pipelines for GCP by defining infrastructure as code, automating deployment triggers via repository webhooks, and synchronizing cluster states with Git repositories.

Can I use Kong Gateway with GKE Gateway API for API lifecycle management?

Yes, you can configure Kong Gateway alongside the GKE Gateway API to manage API routing, enforce traffic policies, and handle robust API lifecycle operations across your Kubernetes clusters.

How does Linux kernel tuning improve Kubernetes infrastructure performance?

Linux kernel tuning improves Kubernetes performance by optimizing network throughput, adjusting connection tracking parameters, and reducing latency for containerized workloads at the system level.

Why do I need Mermaid diagrams for Kubernetes deployment workflows?

You need Mermaid diagrams to visually map complex Kubernetes deployment workflows, troubleshoot architectural bottlenecks, and document GitOps automation sequences for infrastructure design and operational reviews.