Kubernetes Infrastructure for Snoop

Orchestrate Snoop platform deployments on Kubernetes with manifests and Minikube.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/apettey/snoop-k8s --skill kubernetes-infrastructure-for-snoop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Infrastructure for Snoop
Source: https://github.com/apettey/snoop-k8s/tree/main/.claude/skills/kubernetes-infrastructure
Command: npx skills add https://github.com/apettey/snoop-k8s --skill kubernetes-infrastructure-for-snoop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive framework for deploying and managing the Snoop real estate platform on Kubernetes, ensuring a robust and scalable infrastructure.

Core Features & Use Cases

  • Kubernetes Manifests: Defines all necessary Kubernetes resources (Deployments, StatefulSets, Services, ConfigMaps, Secrets, PVCs) for Snoop's components.
  • Namespace Management: Enforces the use of a dedicated snoop namespace for all resources.
  • Development Environment Setup: Guides users through setting up Snoop on Minikube, including port assignments and access methods.
  • Configuration and Secrets Management: Details how to manage application configuration and sensitive credentials using ConfigMaps and Secrets.
  • Deployment and Cleanup: Provides clear commands and Makefile targets for deploying, monitoring, and cleaning up the Kubernetes resources.

Quick Start

Use the kubernetes-infrastructure skill to deploy all snoop services to your Kubernetes cluster.

Frequently Asked Questions about Kubernetes Infrastructure for Snoop

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

FAQPage Schema
How do I deploy Snoop on Kubernetes?

You can deploy Snoop on Kubernetes by applying the included manifests for Deployments, StatefulSets, Services, ConfigMaps, Secrets, and PVCs. The setup targets a dedicated namespace and provides Makefile targets for lifecycle management.

What Kubernetes resources are needed for a scalable real estate platform?

Required Kubernetes resources include Deployments, StatefulSets, Services, ConfigMaps, Secrets, and Persistent Volume Claims. These components collectively manage application configuration, sensitive credentials, and persistent storage.

Can I use Minikube for local Kubernetes development?

Yes, Minikube is supported for local development. The infrastructure provides guidance for setting up Minikube, including specific port assignments and access methods to run the platform locally.

How do I manage configuration and secrets for Kubernetes deployments?

You manage configuration and secrets in Kubernetes using ConfigMaps for application settings and Secrets for sensitive credentials. This approach separates configuration data from container images for secure deployments.

What is the best way to clean up Kubernetes resources after deployment?

The best way to clean up Kubernetes resources is by using the provided Makefile targets. These targets execute clear operational commands for tearing down and removing all deployed resources from the cluster.