deploy

Automate Health Samurai website deployments on GKE Autopilot with Kustomize.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill deploy-healthsamurai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/HealthSamurai/health-samurai-io-bun/tree/main/skills/deploy
Command: npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill deploy-healthsamurai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment and management of the Health Samurai website on Google Kubernetes Engine (GKE), streamlining the process of getting the site live across different environments.

Core Features & Use Cases

  • Automated Deployments: Facilitates one-click deployments to development and production environments.
  • Status Monitoring: Allows users to easily check the status of deployed pods and services.
  • Log Management: Provides quick access to real-time logs for troubleshooting.
  • Resource Management: Enables restarting deployments and managing Kubernetes resources.
  • Use Case: A developer needs to deploy the latest changes to the staging environment. They can use this skill to apply the Kubernetes configuration for the dev environment, ensuring a smooth and consistent rollout.

Quick Start

To deploy to the development environment, run the command: kubectl apply -k k8s/overlays/dev

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy a website to GKE Autopilot using Kustomize?

You can deploy to GKE Autopilot by running kubectl apply with Kustomize overlays. This Skill automates this deployment process, managing Kubernetes resources, secrets, and PostgreSQL databases for dev and production environments.

Can I trigger automated Kubernetes deployments via GitHub webhooks?

Yes, you can trigger automated deployments via GitHub webhooks. This Skill supports instant deployment triggers from webhooks and utilizes fallback polling to ensure your application rolls out to GKE successfully.

What is the best way to check pod status and view logs on GKE?

The best way to check pod status and view logs is using kubectl commands. This Skill facilitates status monitoring of deployed pods and services on GKE, and provides quick access to real-time logs for troubleshooting issues.

Does this deployment Skill manage PostgreSQL databases and Kubernetes secrets?

Yes, this deployment Skill manages PostgreSQL databases and Kubernetes secrets. It handles the complete deployment lifecycle on GKE, ensuring database resources and sensitive secrets are properly configured across your dev and production environments.

How do I restart deployments and manage Kubernetes resources manually?

You can restart deployments and manage resources using kubectl commands. This Skill enables manual Kubernetes deployments using Kustomize, allowing you to easily restart deployments and manage resources on GKE Autopilot.