Skip to content

Instantly share code, notes, and snippets.

View stevendborrelli's full-sized avatar

Steven Borrelli stevendborrelli

View GitHub Profile

Converge

Converge is a configuration management tool that makes it easy to manage servers, laptops and other devices.

  • Easy to install and run.
  • Includes a powerful graph engine that automatically generates dependencies and runs tasks in parallel.
  • API-first. All communication runs through grpc.
@stevendborrelli
stevendborrelli / kustomization.yaml
Created September 10, 2021 03:15
Basic Crossplane azure examples
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- rg.yaml
- network.yaml
- subnet.yaml
- postgres.yaml
- pg-config.yaml
package topic
import (
"fmt"
"testing"
"github.com/crossplane-contrib/provider-kafka/apis/topic/v1alpha1"
"github.com/google/go-cmp/cmp"
)

Provider crossplane/provider-azure:v0.18.1

kubectl get secrets -n crossplane-system 
NAME                  TYPE                                  DATA   AGE
default-token-mfplc   kubernetes.io/service-account-token   3      34m
example-psql          connection.crossplane.io/v1alpha1     4      4m10s
@stevendborrelli
stevendborrelli / crossplane-1.14.md
Last active April 26, 2025 07:09
Crossplane 1.14 Overview

A Tour of Crossplane 1.14

Crossplane is an Open-Source project that enables management of almost anything in the Cloud via the Kubernetes API.

Crossplane version 1.14 released November 1, 2023, is one of the most consequential releases in the project's history.

While Composition Functions and Provider performance improvements are headline features, there are substantial updates across the project: from a focus on developer and operator experience, Upbound's code donation to the CNCF, to API maturation.

This Document was updated November 7, 2023.

@stevendborrelli
stevendborrelli / bluesky.md
Last active April 24, 2025 04:52
Bluesky Starter Packs