Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/cloud/alloydb-basics/references/mcp-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Replace `REGION` with the target Google Cloud region ID (e.g., `us-central1`).

## Resources

- [AlloyDB API Documentation](https://cloud.google.com/alloydb/docs/reference/)
- [AlloyDB API Documentation](https://cloud.google.com/alloydb/docs/reference/rest)
- [MCP Toolbox](https://mcp-toolbox.dev/): Use this open-source tool as a
local alternative to run the remote MCP server in development environments.
- [MCP Toolbox AlloyDB Integration](https://mcp-toolbox.dev/integrations/alloydb/source/)
Expand Down
2 changes: 1 addition & 1 deletion skills/cloud/bigtable-basics/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ defined as SQL queries but they must be created using gcloud CLI.
## External Resources

* [Cloud Bigtable Documentation](https://cloud.google.com/bigtable/docs)
* [Bigtable SQL Reference](https://cloud.google.com/bigtable/docs/reference/sql)
* [Bigtable SQL Reference](https://cloud.google.com/bigtable/docs/googlesql-overview)
* [cbt CLI Reference](https://cloud.google.com/bigtable/docs/cbt-reference)
* [gcloud bigtable Reference](https://cloud.google.com/sdk/gcloud/reference/bigtable)
6 changes: 3 additions & 3 deletions skills/cloud/gke-platform-security/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ gcloud projects add-iam-policy-binding <PROJECT_ID> \

- [GKE Cluster Hardening Guide](https://cloud.google.com/kubernetes-engine/docs/how-to/hardening-your-cluster)
- [GKE RBAC Best Practices](https://cloud.google.com/kubernetes-engine/docs/best-practices/rbac)
- [Secret Manager Add-on for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/secret-manager)
- [Binary Authorization on GKE](https://cloud.google.com/binary-authorization/docs/getting-started-gke)
- [Secret Manager Add-on for GKE](https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component)
- [Binary Authorization on GKE](https://cloud.google.com/binary-authorization/docs/setting-up)
- [Shielded GKE Nodes](https://cloud.google.com/kubernetes-engine/docs/how-to/shielded-gke-nodes)
- [GKE Sandbox (gVisor)](https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox)
- [GKE Sandbox (gVisor)](https://cloud.google.com/kubernetes-engine/docs/concepts/sandbox-pods)
```
2 changes: 1 addition & 1 deletion skills/cloud/gke-upgrades/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ Refer to [`references/troubleshooting.md`](references/troubleshooting.md) for th
- [Upgrading GKE Clusters](https://cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-cluster)
- [Maintenance Windows & Exclusions](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions)
- [Rollout Sequencing Concepts](https://docs.cloud.google.com/kubernetes-engine/docs/concepts/rollout-sequencing/about-rollout-sequencing)
- [Configure Rollout Sequencing](https://cloud.google.com/kubernetes-engine/docs/how-to/rollout-sequencing)
- [Configure Rollout Sequencing](https://cloud.google.com/kubernetes-engine/docs/concepts/about-rollout-sequencing)
4 changes: 2 additions & 2 deletions skills/cloud/gke-workload-security/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ This will log connection details to Cloud Logging.

- [Workload Identity Federation for GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity)
- [GKE Network Policies](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy)
- [Pod Security Standards in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/pod-security-standards)
- [Google Secret Manager CSI Driver](https://cloud.google.com/kubernetes-engine/docs/how-to/secret-manager)
- [Pod Security Standards in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/podsecurityadmission)
- [Google Secret Manager CSI Driver](https://cloud.google.com/secret-manager/docs/secret-manager-managed-csi-component)
- [GKE Dataplane V2 Network Logging](https://cloud.google.com/kubernetes-engine/docs/how-to/network-policy-logging)
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Propose a "Recommended Configuration" based entirely on the Workload Type from S
---

## Relevant Documentation & Supportive Links
- [Cloud Load Balancing Overview](https://cloud.google.com/load-balancing/docs/overview)
- [Cloud Load Balancing Overview](https://cloud.google.com/load-balancing/docs/load-balancing-overview)
- [Cloud CDN Documentation](https://cloud.google.com/cdn/docs)
- [Cloud Armor Documentation](https://cloud.google.com/armor/docs)
- [Cloud Load Balancing Service Extensions](https://cloud.google.com/service-extensions/docs/overview)
Expand Down