Skip to content

Sidecar operator manages sidecar in the kubernetes cluster and injects sidecar into Pod in the kubernetes cluster

License

Notifications You must be signed in to change notification settings

ChinaLHR/sidecar-operator

Repository files navigation

Sidecar Operator

License Language GitHub go.mod Go version Go Report Card CircleCI

Overview

sidecar-operator manages sidecar in the kubernetes cluster and injects sidecar into Pod in the kubernetes cluster. It is built using the Operator SDK.

Quick Start

install Operator SDK

See Operator SDK document:

https://sdk.operatorframework.io/docs/installation/

Deploying the cert manager in the kubernetes cluster

We using cert manager for provisioning the certificates for the webhook server.

See cert manager document:

https://cert-manager.io/docs/installation/

Deploying the Sidecar Operator in the kubernetes cluster

Build and Push the docker image to your repository.

deploying the sidecar operator to your kubernetes cluster.

make docker-build docker-push IMG=*/sidecar-operator:1.0.0
make deploy IMG=*/sidecar-operator:1.0.0

Create a simple SidecarSet

See the yaml file in the /example/config directory.

Undeploying the Sidecar Operator in the kubernetes cluster

make undeploy IMG=*/sidecar-operator:1.0.0

About

Sidecar operator manages sidecar in the kubernetes cluster and injects sidecar into Pod in the kubernetes cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published