advanced-kubernetes

Community

Master advanced Kubernetes, build powerful cloud-native platforms.

Authorwilliamzujkowski
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill provides a deep dive into advanced Kubernetes concepts, enabling you to build powerful, self-managing cloud-native platforms. It simplifies the implementation of operators, Custom Resource Definitions (CRDs), and advanced networking, extending Kubernetes' capabilities to meet complex application needs.

Core Features & Use Cases

  • Kubernetes Operators: Guides on building custom controllers to automate application lifecycle management.
  • Custom Resource Definitions (CRDs): Teaches how to extend the Kubernetes API with your own resource types.
  • Advanced Networking: Provides patterns for network policies, service meshes, and ingress controllers.
  • Use Case: Develop a Kubernetes operator for a custom database, automatically generating the operator scaffold, CRD definition, and RBAC roles to manage its lifecycle within the cluster.

Quick Start

Generate a Custom Resource Definition (CRD) for a 'Database' resource in Kubernetes, including schema validation.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: advanced-kubernetes
Download link: https://github.com/williamzujkowski/standards/archive/main.zip#advanced-kubernetes

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository