Skip to content

A simple set of instructions to set up and run a Go-based Kubernetes operator.

License

Notifications You must be signed in to change notification settings

liangcorp/kubernetes-operator

Repository files navigation

Quickstart for Go-based Operators

Following the link

A simple set of instructions to set up and run a Go-based operator.

This guide walks through an example of building a simple memcached-operator using tools and libraries provided by the Operator SDK.

mkdir memcached-operator
cd memcached-operator
operator-sdk init --domain example.com --repo github.com/example/memcached-operator

Create a simple Memcached API

operator-sdk create api --group cache --version v1alpha1 --kind Memcached --resource --controller

About

A simple set of instructions to set up and run a Go-based Kubernetes operator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published