What problem does it solve?
This Skill streamlines the management and automation of AlloyDB, offering a comprehensive guide to clusters, instances, and backups, along with tools for integration and optimization.
Core Features & Use Cases
- Cluster Management: Create, list, and delete AlloyDB clusters with detailed CLI commands.
- Instance Creation: Establish primary and read pool instances with optimized performance.
- Backup Operations: Perform backup and restoration tasks to ensure data protection.
- CLI and Library Usage: Integrate with Python, Java, Node.js, and Go for programmatic operations.
- MCP Support: Leverage AlloyDB Model Context Protocol for AI application interactions.
- Infrastructure as Code: Deploy with Terraform and Kubernetes Config Connector for automated scaling and management.
Quick Start
Use the alloydb-basics skill to create a new AlloyDB cluster and a primary instance with the following command:
gcloud alloydb clusters create my-cluster --region=us-central1 --password=my-password --network=my-vpc
gcloud alloydb instances create my-primary --cluster=my-cluster --region=us-central1 --instance-type=PRIMARY --cpu-count=2