Tech Blog
Java, Kubernetes, Cloud, Internet Of Things
Category Kubernetes
I am currently refactoring my project, SmartFactory v2, and I want to set up a CI/CD pipeline to automate the testing and deployment process. In the past, I used GitHub...
In this article, you will discover another cloud tool to improve your development workflow on Kubernetes: Telepresence. Telepresence helps us to develop and debug Kubernetes microservices locally and speed up...
Knative is an open source project that provides a set of building blocks for creating, deploying, and running serverless applications on Kubernetes. It includes components for building, serving, and scaling...
Argo CD is a continuous delivery tool for Kubernetes. It allows developers to define their application deployment infrastructure as code, and then uses that code to automate the deployment of...
We are going to use Istio as a service mesh for our Kubernetes Cluster and Octavia Load Balancer as ingress gateway for mesh.
In the previous article (link), we deployed a Kubernetes Cluster by Kubespray on OpenStack. Now, our cluster is in a private subnet, so we cannot reach it from the outside....
In this article, you will learn how to deploy Kubernetes using Kubespray on OpenStack Cloud. Kubespray is a tool that provides a set of Ansible playbooks, inventory, provisioing tools to...
Category OpenStack
We are going to use Istio as a service mesh for our Kubernetes Cluster and Octavia Load Balancer as ingress gateway for mesh.
In this article, you will learn how to deploy Kubernetes using Kubespray on OpenStack Cloud. Kubespray is a tool that provides a set of Ansible playbooks, inventory, provisioing tools to...
In this article, you will discover another cloud tool to improve your development workflow on Kubernetes: Telepresence. Telepresence helps us to develop and debug Kubernetes microservices locally and speed up...
Argo CD is a continuous delivery tool for Kubernetes. It allows developers to define their application deployment infrastructure as code, and then uses that code to automate the deployment of...
Buildpacks transform your application source code into container images without using Dockerfiles and provides production-ready buildpacks for Java apps
Category Internet Of Things
Smart Home 🏡 I developed a Smart House in miniature. I used a wide range of tools such as Node.js, WebSocket, Ionic, Angular, Swagger, MongoDB, Arduino, Python, Raspberry PI, Docker,...
Category Serverless
Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation
of machine resources.
Knative is an open source project that provides a set of building blocks for creating, deploying, and running serverless applications on Kubernetes. It includes components for building, serving, and scaling...
Category Software Architecture
Another E-Commerce project used to learn and practice a wide range of best practices and tools.
Category AWS
Serverless computing is a cloud computing execution model in which the cloud provider dynamically manages the allocation
of machine resources.
Category Continuous Integration
I am currently refactoring my project, SmartFactory v2, and I want to set up a CI/CD pipeline to automate the testing and deployment process. In the past, I used GitHub...