FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Crossplane Has a Free API — Provision Cloud Infrastructure with Kubernetes
How-ToDevOps

Crossplane Has a Free API — Provision Cloud Infrastructure with Kubernetes

via Dev.to DevOpsAlex Spinov4h ago

Crossplane turns your Kubernetes cluster into a universal cloud control plane . Provision AWS, GCP, Azure, and 100+ cloud resources using kubectl and Kubernetes-native YAML. Free, open source, CNCF incubating project. No vendor lock-in. Why Use Crossplane? Infrastructure as Code — but Kubernetes-native, not Terraform Multi-cloud — single API for AWS, GCP, Azure, and more Self-service — developers request resources via kubectl, platform team controls policies GitOps-ready — manage infrastructure with ArgoCD or Flux Quick Setup 1. Install Crossplane helm repo add crossplane-stable https://charts.crossplane.io/stable helm install crossplane crossplane-stable/crossplane --namespace crossplane-system --create-namespace 2. Install AWS Provider kubectl apply -f - << EOF apiVersion: pkg.crossplane.io/v1 kind: Provider metadata: name: provider-aws-s3 spec: package: xpkg.upbound.io/upbound/provider-aws-s3:v1.1.0 EOF # Check provider status kubectl get providers 3. Create an S3 Bucket kubectl app

Continue reading on Dev.to DevOps

Opens in a new tab

Read Full Article
7 views

Related Articles

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)
How-To

Percentage Change: The Most Misused Metric in Data Analysis (And How to Calculate It Correctly)

Medium Programming • 5h ago

I Missed This Claude Setting at First. And It Actually Matters
How-To

I Missed This Claude Setting at First. And It Actually Matters

Medium Programming • 6h ago

Instacart Promo Code: Save on Groceries in March 2026
How-To

Instacart Promo Code: Save on Groceries in March 2026

Wired • 8h ago

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table
How-To

How a Switch Actually “Learns”: Demystifying MAC Addresses and the CAM Table

Medium Programming • 9h ago

This is the lowest price on a 64GB RAM kit I've seen in months
How-To

This is the lowest price on a 64GB RAM kit I've seen in months

ZDNet • 16h ago

Discover More Articles