Kubernetes Mastery

Installation
SKILL.md

Kubernetes Mastery

Focus on writing robust Kubernetes Operators and advanced Helm Charts.

K8s Operator Snippet (Go)

import (
    "context"
    "github.com/go-logr/logr"
    ctrl "sigs.k8s.io/controller-runtime"
    "sigs.k8s.io/controller-runtime/pkg/client"
)

type MyReconciler struct {
    client.Client
    Log logr.Logger
}
Installs
GitHub Stars
21
First Seen
Kubernetes Mastery — j4flmao/agent-skills