Community
provider-mongodbatlas
By crossplane-contrib
Last changed 25 days ago

Notice something off about this package? Help us keep the marketplace safe and trustworthy by reporting inappropriate content or behavior.

Report this package
Overview
The MongoDB Atlas Crossplane provider adds support for managing MongoDB Atlas resources through Kubernetes.

MongoDBAtlas Provider

provider-mongodbatlas is a Crossplane provider that is built using Upjet code generation tools and exposes XRM-conformant managed resources for the MongoDBAtlas API.

Getting Started

Install the provider by using the following command after changing the image tag to the latest release:

kubectl apply -f - <<EOF
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
  name: provider-mongodbatlas
spec:
  package: xpkg.upbound.io/crossplane-contrib/provider-mongodbatlas:v1.0.0
EOF

You can see the API reference here.

Importing a resource

Refer to the dedicated document for information about how to import existing resources.

Developing

Run code-generation pipeline:

go run cmd/generator/main.go

Run against a Kubernetes cluster (out of cluster):

make run

or (deploying in-cluster):

make local-deploy

Review your code:

make reviewable

Build, push, and install:

make all

Build image:

make image

Push image:

make push

Build binary:

make build

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Contact

Please use the following to reach members of the community:

Governance and Owners

provider-mongodbatlas is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

provider-mongodbatlas adheres to the same Code of Conduct as the core Crossplane project.

Licensing

provider-mongodbatlas is under the Apache 2.0 license.