Our great sponsors
-
operator-sdk
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
If I want to launch a k8 operator into my cluster, is there any way to do it through the K8 provider? Or will I have to do some messy null_resource local-exec kubectl apply steps myself?
-
terraform-provider-kubernetes-alpha
A Terraform provider for Kubernetes that uses dynamic resource types and server-side apply. Supports all Kubernetes resources.
You can use the new Kubernetes alpha provider to apply any YAML manifest against your cluster. It’s very new and still in Alpha or Beta but it solves this exact problem. Check it out: https://github.com/hashicorp/terraform-provider-kubernetes-alpha
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Related posts
- Terraform Cloud Operator giving not found error
- Github billing bug displays multi-million dollar bill for Github Actions
- Running two Kubernetes Operators locally
- Manifest Driven Release Management for Microservices
- I started learning GoLang so that I can write Kubernetes Operators and API extensions but...