ProDevOpsGuy Tech Communityblog.prodevopsguy.xyz·Sep 8, 2024Migrating to the Cloud: A Step-by-Step Guide for DevOps EngineersIntroduction Cloud migration has become a critical initiative for businesses looking to improve scalability, flexibility, and cost-efficiency in their IT operations. As a DevOps engineer, understanding how to manage and execute a cloud migration is e...DiscussDevops
Divya vasant satputelearnwithdivya.hashnode.dev·Aug 27, 2024Docker to Kubernetes Migration MEGA PROJECTTOPICS COVERED Docker Architecture Kubernetes Architecture Docker to kubernetes Migration Kubernetes Components K8 ConfigMaps K8 Persistent Volumes K8 Secrets K8 Deployments K8 Service Namespace Database deployments K8 Persistent Volumes ...Discuss·13 likes·255 readsProjectsDevops
Kamran Aliatech.guide·Aug 24, 2024Uber's strategy for a Bold Move to GCP ☁️Uber's moved Batch Analytics and ML training stack to GCP They hosts >1,000,000,000,000,000,000 byte of data across tens of thousands of servers. 🔥 Uber, managing a mind-boggling 1 exabyte of data, has strategically migrated its Batch Analytics and...Discuss·63 readsLearn System Design from Industrymigration
Edward Obohedwardoboh.hashnode.dev·Aug 24, 2024Kubernetes Cluster Backup and Migration with VeleroIntroduction Velero is an open-source tool that offers a reliable and efficient way to back up and migrate Kubernetes clusters. It is widely used for disaster recovery, backups, and cluster migrations. Velero’s flexibility and support for multiple st...Discuss·1 like·36 readsKubernetes
Sai SrirampurforPeerDB Blogblog.peerdb.io·Aug 14, 2024Enhancing Postgres to ClickHouse replication using PeerDBProviding a fast and simple way to replicate data from Postgres to ClickHouse has been a top priority for us over the past few months. Last month, we acquired PeerDB, a company that specializes in Postgres CDC. We're actively integrating PeerDB into ...Discuss·72 readsPostgreSQL
mahpara jabbarmahparajabbar.hashnode.dev·Aug 6, 2024EC2 Instance Data Persistence and MigrationThis EC2 lab involves creating an EC2 instance with multiple volumes, accessing it via RDP, adding data to the volumes, creating an image of the instance, copying the image to a different region, and then verifying the persistence of data. Summary: ...DiscussAWS
Kaiwalya KoparkarforElestioelestio.hashnode.dev·Jul 31, 2024Easy MySQL Database Migration with ElestioMoving databases can be difficult and may come with many problems, including downtime risks. At Elestio, we understand how important a smooth and efficient transition is. We are excited to announce our new DB Migration Service (DBMS). It is robust, e...DiscussMySQL
Eduardedkorenkov.hashnode.dev·Jul 30, 2024Streamlining MediatR Migration from Version 12.0 to 12.1A few months ago, I worked on the task of migrating project services from MediatR version 12.0 to 12.1. I will not explain in detail what this fairly popular library is used for, nor will I talk about its advantages and disadvantages. Here, I just wa...Discussdotnet
Rahul wathblog.devops-online.shop·Jul 22, 2024How to Migrate an OpenVPN Access ServerIssue:- I have a license already, how to increase the amount? Prerequisites An installed Access Server. Knowledge of your server's license type (covered in step 1). Knowledge of how clients connect — via IP address or hostname (covered in step 2)....DiscussAWS
Jan ŠkorubaProblog.skoruba.com·Jul 19, 2024Migrating from Create-React-App to Vite: Simple TutorialHow to Migrate from Create React App to Vite I recommend installing a new project with the Vite CLI and copying your code there. This way, you get the latest version of Vite configs, including tsconfig, etc. What I am using in the project: Sass SV...Discuss·72 readsvite