Recently Updated Pages
Create table and test
Connect to PostgreSQL If your DB name is mydb: psql -U postgres -W -d mydb OR...
PostgreSQL 16 + Debezium CDC Setup Guide
PostgreSQL 16 + Debezium CDC Setup Guide (Step-by-Step) This document explains: Enabling Postgre...
MongoDB 8 Installation Guide for CentOS 8
Install MongoDB 8 on CentOS 8 This guide provides the correct steps to install MongoDB 8.0 on Cen...
Test CDC
STEP 1 — Create a Test Table (Inside PDB) Connect to Oracle inside the container: d...
Check PDB/CDB
IN dbever SELECT SYS_CONTEXT('USERENV', 'CON_NAME') AS container FROM dual; In root ALTER SE...
Create User and permissions
✅ SQL Server Debezium Test — Without GO 1. Create Database CREATE DATABASE Debezium...
Debezium MySQL CDC with Kafka (KRaft)
1. Download Correct Debezium SQL Server Plugin (v3.3) wget https://repo1.maven.org/maven2/io/debe...
Debezium MySQL CDC with Kafka (KRaft) – Full Setup Guide
Debezium MySQL CDC with Kafka (KRaft) – Full Setup Guide Overview This guide explains how to conf...
Oracle 19c Docker Compose Setup Guide
Oracle 19c Docker Compose Setup Guide Prerequisites Docker CE (latest) Docker Compose plugin Cen...
MySQL 8 Installation & Debezium/Kafka Connect User Setup on CentOS 8
📘 MySQL 8 Installation & Debezium/Kafka Connect User Setup on CentOS 8 This guide explains how to...
mssql install
sudo docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=QAZWSX@786#Dhaka" -p 1433:1433 --name...
Apache Kafka 4.1.1 – Single Node KRaft Mode on CentOS 8 (No ZooKeeper)
Apache Kafka 4.1.1 – Single Node KRaft Mode on CentOS 8 (No ZooKeeper) This guide shows how to in...
Create Operator Managed Secrets
Now finally we need to create the manage secret. apiVersion: secrets.infisical.com/v1alpha1 ki...
Install Kubernetes Operator
The Infisical Operator is a collection of Kubernetes controllers that streamline how secrets are ...
Kubernetes service account that will be used to authenticate with Infisical
kind: ServiceAccount apiVersion: v1 metadata: name: infisical-service-account --- apiVersi...
Creating an project and identity in web ui.
Go the the dashboard and create a project and add some testing secret. The project should be on s...
Create the reviewer service account
First of we need to create service acounts and rolebinding so that infisical can sync and update ...
Installation methods-Kubernetes via Helm Chart
Prerequisites You have extensive understanding of Kubernetes Installed Helm package manager v...
Infisical access control
let’s go step by step through Infisical access control — how it works, how you can use it to prot...
Demo application with auto reload
apiVersion: apps/v1 kind: Deployment metadata: name: demo-python annotations: secret...