SoftwareStable Blog

Thoughts and articles from SoftwareStable.

Crossplane AWS S3 Provisioner Demo

This project demonstrates how to provision and manage AWS resources (specifically an S3 bucket) from a local Kubernetes cluster using Crossplane. The entire workflow is automated via a single shell script (provisioner.sh) that sets up a local Kubernetes kind cluster, installs Crossplane, configures the AWS provider, and provisions an S3 bucket. This setup runs locally within Rancher Desktop or any other container runtime that supports kind. Uses the example from AWS Quickstarts, with additional automation.

Read More →