Have you ever wondered how online stores seem to know exactly what you want to buy? Or how they manage to show you products you’re likely interested in? The secret lies in a field called predictive analytics, which is basically using past data to make educated guesses about the future. In this blog post, I’ll walk you through a real-world example of how data science helps an online store under...
Kubernetes Operators Kubernetes Operators are patterns that help us extend the behavior of the cluster. Operators enable us to view an application deployed on Kubernetes as one item. That is your application can composed of a Pod, a Service, a ConfigMap a Deployement etc but you get to manage it as one item and have a much better control of their lifecycle. The lifecycle includes but not limit...
Observability Observability is tooling or a technical solution that allows teams to actively debug their system. Observability is based on exploring properties and patterns not defined in advance. This definitaion somewhat summarizes what Observability means. For your software system to be observable, the telemetry collected and how its process helps diagnose and investigate better. Observab...
Strimzi is a kubernetes operator that enables a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations with simple configurations. Meaning, we easily manage the lifecycle of our kafka deployment. The details on how this is done can be found here but to summarize: There are 4 main operators: 1. Cluster Operator: Deploys and manages Apache Kafka clusters, Kafka C...
1. Introduction DataStax Enterprise (DSE) version 6.8 a hybrid cloud, that is can run on-premises or across regions on the cloud to give all the capabilities of Apache Cassandra with enterprise tooling and expert support. In this particular concept it will be deployed on AWS. Specifically EKS. 2. Setting Up DSE Cluster on EKS To set up a simple DSE cluster. DSE version : DSE 6.8.4 EKS...