operator-sdk

    Development kit for building Kubernetes extensions and tools.

    Provides libraries and tools to create new projects, APIs and controllers. Includes tools for packaging artifacts into an installer container.

    • operator-sdk create api –group –version –kind

    Create resource will prompt the user for if it should scaffold the Resource and / or Controller. To only scaffold a Controller for an existing Resource, select “n” for Resource. To only define the schema for a Resource without writing a Controller, select “n” for Controller.