70 articles

📰 Dev.to · Aisalkyn Aidarova

Articles from Dev.to · Aisalkyn Aidarova · 70 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10960) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Argo CD Dashboard — Complete Explanation (GitOps Control Center)
Dev.to · Aisalkyn Aidarova 2mo ago
Argo CD Dashboard — Complete Explanation (GitOps Control Center)
1️⃣ As a DevOps engineer — what do we actually do in Argo CD? DevOps does NOT push...
CKA-SIMULATION STANDARD 100 labs
Dev.to · Aisalkyn Aidarova 2mo ago
CKA-SIMULATION STANDARD 100 labs
📦 LAB FORMAT Every lab will look like this: lab-XX/ ├── README.md # exam-style...
HELM — COMPLETE CORE CONCEPTS & CHART EXPLANATION
Dev.to · Aisalkyn Aidarova 2mo ago
HELM — COMPLETE CORE CONCEPTS & CHART EXPLANATION
Production-grade, based on existing chart 1. What Helm Is (CORE IDEA) Helm is...
Origin of GitOps — What Was Formalized and Why It Matters
Dev.to · Aisalkyn Aidarova 2mo ago
Origin of GitOps — What Was Formalized and Why It Matters
1. Introduction In modern cloud-native systems, especially Kubernetes-based...
production-style, fully working MySQL StatefulSet (primary + replicas) with headless + ClusterIP
Dev.to · Aisalkyn Aidarova 2mo ago
production-style, fully working MySQL StatefulSet (primary + replicas) with headless + ClusterIP
0) Folder structure (clean, production-friendly) mysql-statefulset-prod/ ...
🔐 Kubernetes Security Project
Dev.to · Aisalkyn Aidarova 2mo ago
🔐 Kubernetes Security Project
RBAC + ServiceAccounts + NetworkPolicy (End-to-End) 🎯 Goal Understand who can...
Project: Resource Limits & OOMKill in Kubernetes
Dev.to · Aisalkyn Aidarova 2mo ago
Project: Resource Limits & OOMKill in Kubernetes
Architecture User → Pod (stress container) ├─ CPU stress └─ Memory...
project: StatefulSet with replica's
Dev.to · Aisalkyn Aidarova 2mo ago
project: StatefulSet with replica's
statefulset-read-write-lab/ │ ├── 01-mysql-headless.yaml ├── 02-mysql-init-configmap.yaml ├──...
terraform certificate #5
Dev.to · Aisalkyn Aidarova 3mo ago
terraform certificate #5
Terraform Team Collaboration – Git-Based Workflow 1. Why This Topic Matters In...
GitHub
Dev.to · Aisalkyn Aidarova 4mo ago
GitHub
At a high level, GitHub is a website and cloud-based service that helps developers store and manage...
Understanding Kafka Architecture, Schema Registry, ksqlDB, PostgreSQL, Couchbase, and Microservices
Dev.to · Aisalkyn Aidarova 4mo ago
Understanding Kafka Architecture, Schema Registry, ksqlDB, PostgreSQL, Couchbase, and Microservices
Modern companies (Uber, Lyft, Airbnb, Amazon) need: real-time data historical data fast...
Introduction to the Confluent REST Proxy
Dev.to · Aisalkyn Aidarova 4mo ago
Introduction to the Confluent REST Proxy
1. Why Do We Need the REST Proxy? Kafka works best with Java (JVM-based languages). Kafka...
Why We Need Schema Registry in Kafka
Dev.to · Aisalkyn Aidarova 4mo ago
Why We Need Schema Registry in Kafka
1. The Big Picture: Who is Who? Think of your system like this: Kafka → the messaging...
Why Couchbase Is the NoSQL Solution for Demanding Applications
Dev.to · Aisalkyn Aidarova 4mo ago
Why Couchbase Is the NoSQL Solution for Demanding Applications
1. What Couchbase does in your architecture Your architecture: Kafka → streaming...
KAFKA REAL-TIME MICROSERVICES PROJECT
Dev.to · Aisalkyn Aidarova 4mo ago
KAFKA REAL-TIME MICROSERVICES PROJECT
Kafka is a real-time event streaming platform. Think of Kafka like: A post office for...
Git install
Dev.to · Aisalkyn Aidarova 5mo ago
Git install
Windows — Install Git (step by step) Option A — Easiest (official...
Project: Serverless Orders + Profiles
Dev.to · Aisalkyn Aidarova 5mo ago
Project: Serverless Orders + Profiles
What you’ll build (final output) Public API (GET /health) to verify the...
Serverless overview from a Solution Architect Perspective
Dev.to · Aisalkyn Aidarova 5mo ago
Serverless overview from a Solution Architect Perspective
What is Serverless? (Simple Explanation) Serverless does NOT mean there are no servers. It...