se-cluster-setup

Automate AI-Demo deployment to the Ping SE Kubernetes cluster.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/curtismu7/AI-demo --skill se-cluster-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: se-cluster-setup
Source: https://github.com/curtismu7/AI-demo/tree/main/.claude/skills/se-cluster-setup
Command: npx skills add https://github.com/curtismu7/AI-demo --skill se-cluster-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, gh, docker, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment process for AI-Demo to the Ping SE Kubernetes cluster, reducing the complexity of setting up and managing the cluster.

Core Features & Use Cases

  • Cluster Provisioning: Automatically provisions the necessary namespaces and resources on the SE Kubernetes cluster.
  • Image Building & Pushing: Builds and pushes 13 images to GHCR for deployment.
  • Deployment: Manages the deployment and undeployment of the AI-Demo application on the SE cluster.
  • Use Case: A DevOps engineer or system administrator can use this Skill to quickly deploy AI-Demo to their Ping SE Kubernetes cluster, without the need for manual configuration.

Quick Start

Deploy AI-Demo to your SE cluster by running './run-k8.sh se-all' in the AI-Demo repository directory.

Frequently Asked Questions about se-cluster-setup

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

FAQPage Schema
How do I deploy an application to a Kubernetes cluster?

To deploy a Kubernetes application, you must provision namespaces, build and push container images to a registry, and apply the deployment configurations. This Skill automates that entire workflow for the AI-Demo application on the Ping SE cluster.

What is needed to automate container image building and pushing to GHCR?

Automating image building and pushing to GHCR requires Docker for creating images and the GitHub CLI for registry authentication. This Skill builds and pushes 13 specific images to GHCR automatically during the deployment process.

Can I use kubectl to manage namespace provisioning for my deployment?

Yes, namespace provisioning is managed through kubectl interactions with the SE Kubernetes cluster. This Skill automates the provisioning of necessary namespaces and resources before deploying the application images.

Do I need specific credentials to deploy to the Ping SE Kubernetes cluster?

Yes, deploying to the Ping SE Kubernetes cluster requires specific credentials and access to both the cluster and GHCR. You must have the necessary permissions configured before initiating the automated deployment process.

How do I undeploy an application from the SE Kubernetes cluster?

Undeploying an application from the SE Kubernetes cluster involves removing the deployed resources and configurations. This Skill manages both the deployment and undeployment of the AI-Demo application on the cluster.