Warning: Undefined array key 0 in /var/www/tgoop/function.php on line 65

Warning: Trying to access array offset on value of type null in /var/www/tgoop/function.php on line 65
936 - Telegram Web
Telegram Web
📋 Day 56: Understanding Ad-hoc Commands in Ansible

What are Ad-hoc Commands? • Ad-hoc commands are one-liners in Ansible used for quick tasks across...

🔗 Read more: https://dev.to/udoh_deborah_b1e484c474bf/day-56-understanding-ad-hoc-commands-in-ansible-430b
📰 Source: Dev.to
📅 2025-09-24 13:17 UTC

#DevOps #Tech #Automation #CloudNative
👍1
🐳 Build Once, Deploy Everywhere: Deploying a .NET 8 API with Docker, AKS & GitHub Actions

Cloud-native development can feel overwhelming at first—containers, Kubernetes, CI/CD pipelines,...

🔗 Read more: https://dev.to/ibrahimbioabu/build-once-deploy-everywhere-deploying-a-net-8-api-with-docker-aks-github-actions-4h4o
📰 Source: Dev.to
📅 2025-09-24 18:39 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Terraform as a One-Shot Init Container in Docker Compose and CI: Ending "It Worked On My Machine"

Picture this: It's Friday afternoon. Your pull request looks perfect locally - tests green, endpoints...

🔗 Read more: https://dev.to/u11d/terraform-as-a-one-shot-init-container-in-docker-compose-and-ci-ending-it-worked-on-my-machine-2c49
📰 Source: Dev.to
📅 2025-09-24 09:15 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Part-79: 🚀 Kubernetes Fundamentals – Pods, ReplicaSets, Deployments & Services

Kubernetes Fundamentals When learning Kubernetes, the first concepts you’ll hear about are...

🔗 Read more: https://dev.to/latchudevops/part-79-kubernetes-fundamentals-pods-replicasets-deployments-services-4e3e
📰 Source: Dev.to
📅 2025-09-24 03:40 UTC

#DevOps #Tech #Automation #CloudNative
📋 Ansible Core Modules: Hands-on Labs for geturl, cron, command, localaction

Master Ansible automation with practical labs! Learn to use Ansible's core modules: get_url, cron, command, and local_action. Dive into configuration management and infrastructure as code with interactive exercises for beginners.

🔗 Read more: https://dev.to/labex/ansible-core-modules-hands-on-labs-for-geturl-cron-command-localaction-hkb
📰 Source: Dev.to
📅 2025-09-24 17:02 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Part-80: 🟢Kubernetes – Pods & Multi-Container Pods

When working with Kubernetes, everything starts with Pods. They are the most basic building blocks in...

🔗 Read more: https://dev.to/latchudevops/part-80-kubernetes-pods-multi-container-pods-1o76
📰 Source: Dev.to
📅 2025-09-24 12:11 UTC

#DevOps #Tech #Automation #CloudNative
🏗️ One-Click Deployments #2: AWS EKS Fargate Cluster Using Terraform and Helm

Welcome to my One-Click AWS EKS Deployment tutorial. This is a complete guide to deploying a...

🔗 Read more: https://dev.to/rmendoza/one-click-deployments-2-aws-eks-fargate-cluster-with-applications-using-terraform-16bk
📰 Source: Dev.to
📅 2025-09-24 03:05 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Part-78: 🚀How to Create a Google Kubernetes Engine Regional Standard Cluster

In this guide, we’ll walk through the step-by-step process of creating a GKE Regional Standard...

🔗 Read more: https://dev.to/latchudevops/part-78-how-to-create-a-google-kubernetes-engine-regional-standard-cluster-2j54
📰 Source: Dev.to
📅 2025-09-23 04:32 UTC

#DevOps #Tech #Automation #CloudNative
🐳 Why Developers Can’t Ignore Docker Anymore

Problem it Solves: Environment Replication “My code is working on my machine but not on...

🔗 Read more: https://dev.to/omkarsharma2821/why-developers-cant-ignore-docker-anymore-1do8
📰 Source: Dev.to
📅 2025-09-22 17:25 UTC

#DevOps #Tech #Automation #CloudNative
📋 Day 55: Understanding Configuration Management with Ansible

Prereqs — quick checklist • AWS CLI configured on your laptop (if using CLI). • A VPC/subnet...

🔗 Read more: https://dev.to/udohdeborahb1e484c474bf/day-55-understanding-configuration-management-with-ansible-221i
📰 Source: Dev.to
📅 2025-09-22 11:44 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Secure AWS Access in Kubernetes: Transitioning from Secrets to IRSA or Pod Identity

Traditional approaches to AWS authorization from Kubernetes involved creating IAM users with...

🔗 Read more: https://dev.to/u11d/secure-aws-access-in-kubernetes-transitioning-from-secrets-to-irsa-or-pod-identity-4i68
📰 Source: Dev.to
📅 2025-09-22 09:07 UTC

#DevOps #Tech #Automation #CloudNative
🐳 7 Tips for Zero‑Downtime Deploys with Docker & Nginx on Production

Introduction Zero‑downtime deployments are a non‑negotiable expectation for modern...

🔗 Read more: https://dev.to/ramer2b58cbe46bc8/7-tips-for-zero-downtime-deploys-with-docker-nginx-on-production-2h9o
📰 Source: Dev.to
📅 2025-09-26 01:00 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Part-85: 🔹Kubernetes GKE ReplicaSet: Reliability, Load Balancing & Scaling in GCP Cloud

Kubernetes ReplicaSet: Reliability, Load Balancing & Scaling When running...

🔗 Read more: https://dev.to/latchudevops/part-85-kubernetes-gke-replicaset-reliability-load-balancing-scaling-in-gcp-cloud-aea
📰 Source: Dev.to
📅 2025-09-26 10:59 UTC

#DevOps #Tech #Automation #CloudNative
📋 Day 57: Ansible video hands-on

Over the past few days, I’ve been diving into Ansible, and it’s been a game-changer in how I...

🔗 Read more: https://dev.to/udohdeborahb1e484c474bf/day-57-ansible-video-hands-on-52g0
📰 Source: Dev.to
📅 2025-09-27 15:51 UTC

#DevOps #Tech #Automation #CloudNative
☸️ Part-84: 🚀Expose a Pod with Google Kubernetes Engine (GKE) LoadBalancer Service (Declarative Way)

In this guide, we’ll learn how to deploy a simple Pod in Google Kubernetes Engine (GKE) and expose it...

🔗 Read more: https://dev.to/latchudevops/part-84-expose-a-pod-with-google-kubernetes-engine-gke-loadbalancer-service-declarative-way-32bd
📰 Source: Dev.to
📅 2025-09-26 03:46 UTC

#DevOps #Tech #Automation #CloudNative
1
Якби Бог був сісадміном
😁1
😁5🔥2
2025/10/15 20:58:00
Back to Top
HTML Embed Code: