Saiyam PathakforKubesimplifykubesimplify.hashnode.net·Apr 6, 2022Kubernetes backup using CloudCasaKubernetes, over the years, has become the defacto standard for running containerized applications and it is also now growing in terms of running VM workloads side by side containers using the projects like KubeVirt. Running stateless workloads on Ku...BUSHRA NAZISH and 1 other are discussing this2 people are discussing thisDiscuss·98 likes·1.7K readsKubernetes
Anupam RajanishforAnupam Rajanishanupamrajanish.hashnode.net·Jan 30, 2022Using K8s ConfigMaps to setup Backup and Restore for a containerIn this article, we are going to walk through how Kubernetes ConfigMaps can be leveraged to set up lifecycle operations like Backup and Restore for a container. What is ConfigMaps? A Kubernetes ConfigMap is an API Object that can be defined at the cl...Tapas Adhikary and 1 other are discussing this2 people are discussing thisDiscuss·63 likes·1.1K readsKubernetes
Geoff BurkeforKubesimplifykubesimplify.hashnode.net·Apr 25, 2022How to backup Kubernetes with Kasten Community Edition?Data protection has become one of the fundamental aspects of IT security. The need to back up data is no longer just an "Enterprise endeavor" but also essential for the average user in both offices and homes. The situation with Kubernetes is no diffe...Dipankar Das and 3 others are discussing this4 people are discussing thisDiscuss·60 likes·622 readsBackup
Rodrigo Martins MansueliforMansueli's tipsmansueli.hashnode.net·Apr 21, 2023How to Use GitHub Actions for Backing Up Supabase Storage ObjectsGitHub Actions is a feature that allows you to automate your software development workflows right in your GitHub repository. You can create custom workflows that perform any job you'd like, such as building, testing, deploying, or packaging your code...Discuss·73 readssupabase
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 19, 2023Understanding Incremental Backup: The Key to Efficient Database Backup and RecoveryThere are three types of incremental backup approaches: differential, cumulative, and mixed. Here are detailed SQL commands and flags for each type of incremental backup: Differential incremental backup A differential incremental backup backs up on...DiscussDatabases
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 19, 2023What is the 'Binary Log Coordinates' aka '--master-data' flag in DB?Binary log coordinates are a set of values that identify a specific location in the binary log of a database server. These values include the name of the binary log file and the position within that file. Binary log coordinates are used to keep track...DiscussDatabases
Harsh MangeforBit Fetchharshmange.hashnode.net·Apr 18, 2023A Step-by-Step Guide to Database Backup and RestorationTo backup and restore a database, you can follow the following steps: Backup Choose a backup method: There are two types of backup methods: Full backup and Incremental backup. Full backup includes all the data in the database, while incremental back...DiscussDatabases
Christine BelzieforChrissy Codeschrissycodes.hashnode.net·Apr 6, 2023Save Your Head and Your Data: 3 Do's and Don'ts for Backing Up Your DevicesNote: This post is originally from Women Who Code's blog and has been modified to suit this audience. Save Your Head and Your Data: 3 Do's and Don'ts for Backing Up Your Devices A Little Story Picture this, you just got the latest iOS and Android dev...Discuss·13 likes·59 readsMusings of a Coderdata
Rohit Kumar SinghforRohit Kumar Singh's blogrohitksingh.hashnode.net·Mar 27, 2023Velero: A Complete Backup and Recovery Solution for EKS Using TerraformIn recent years, Kubernetes has emerged as the leading platform for managing containerized applications. However, with the increase in the number of containers and complexity of applications, managing Kubernetes clusters has become more challenging. ...Discussvelero
Kyle SheltonforChaosKyle.com Reliability Engineeringchaoskyle.hashnode.net·Mar 8, 2023What is terraform state?Introduction Terraform is an open-source infrastructure as code (IAC) tool used to build, manage, and version infrastructure. It uses a declarative approach to define infrastructure as code, enabling teams to automate the deployment and management of...Discuss·87 readsTerraform
Kunal Mauryaforkunalmaurya.hashnode.net·Feb 27, 2023Day 5 Task: Advanced Linux Shell Scripting for DevOps EngineersMemory Commands free: The free command is a utility in Linux that shows the amount of free and used system memory, including the amount of memory used by buffers and caches. It also shows the swap space usage, if any. example: This output shows ...Discuss·14 likes·305 readsLinux
Raphael Carlos Regoforraphaelcarlosr.devraphaelcarlosr.hashnode.net·Feb 17, 2023Securing Your Data: How to Create Encrypted Backups with AnsibleIn today's world, data security is more important than ever. It's crucial to ensure that sensitive information is protected from unauthorized access. One of the best ways to achieve this is through encrypted backups. With Ansible, a popular automatio...Discussansible
shamnad sheriefforshamnadsherief.hashnode.net·Feb 12, 2023Say Goodbye to System Crashes on Linux with TimeShiftHave you ever felt horrible after a system update? Did a single update jeopardize your Linux setup? System crashes can be a nightmare for any Linux user. Whether it's a software issue or a hardware failure, a system crash can result in the loss of im...Discuss·1 likeLinux