How to Use Confluent for Kubernetes to Manage Resources Outside of Kubernetes

Article in Confluent Blog My first article on Confluent Blog How to Use Confluent for Kubernetes to Manage Resources Outside of Kubernetes talks about how to manage your Confluent resources like RBAC, topics, schemas and connectors using Kubernetes in Confluent components living outside Kubernetes. The article is complemented with a full demo and I hope it can be an inspiration if you are familiar with Kubernetes and uses Confluent components in VM machines or similar. ...

February 8, 2024 · 1 min · Tomás Dias Almeida

Introducing myself to Kubernetes

I am starting my journey with kubernetes (k8s) and I want to share the tutorials and blog posts that I read. In that way I can find them easily too 😬. Kubernetes basics: A Beginner’s Guide to Kubernetes: a very complete guide about the kubernetes basics and how they work internally. An introduction to Kubernetes.: defines kubernetes, pod, deployment, service, ingress, job, kubernetes control plane and when to NOT use k8s. Kubernetes tools: Developer Tooling for Kubernetes in 2021: Helm, Kustomize, and Skaffold. Important point here: kustomize is part of kubectl calling kubectl -k, so it will, possibly, become the standard. How To Manage Your Kubernetes Configurations with Kustomize Expose Your App to The Internet Using Ingress Controller kaniko - Build Images In Kubernetes This list will grow, but if you found any error or want to help me to improve this article, please comment the pull request ...

April 2, 2021 · 1 min · Tomás Dias Almeida