Krishan ShamodGetting Started with GitOpsGitOps is a set of best practices that uses Git as the single source of truth for managing cloud-native application configurations and…Jan 14, 2023Jan 14, 2023
Krishan ShamodDatabase Disaster Recovery in KubernetesThis is part two of the “MySQL Group Replication in Kubernetes” article. You can find the first article here.Oct 7, 20221Oct 7, 20221
Krishan ShamodSetup MySQL Group Replication in KubernetesSetting up MySQL group replication is a very important task when it comes to the modern data-hungry world because most applications are…Oct 2, 20221Oct 2, 20221
Krishan ShamodProvision Azure Infrastructure using Terraform and GitHub ActionsIn this article, I will explain how to provision Azure infrastructure using Terraform and GitHub Actions. Before we go further let’s…Sep 16, 2022Sep 16, 2022
Krishan ShamodIntroduction to TMUX 😉Let’s say you want to run a time-consuming task on your Linux server. For example, you’re copying a few gigabytes to another server. So you…Sep 4, 20222Sep 4, 20222
Krishan ShamodMigrate MySQL Database to the Amazon RDSFirst of all, our current database is stored in an EC2 instance. We are going to migrate it to Amazon Relational Database Service (RDS)…Aug 7, 2022Aug 7, 2022
Krishan ShamodSecuring infrastructure using Bastion Host ⚔️Let’s say you have some virtual machines and you need to keep those private without exposing them to the public internet as a security…Jul 19, 2022Jul 19, 2022
Krishan ShamodDifference between Struct, Class and Protocol in SwiftHi guys, today I’m going to talk about the difference between struct, class and protocol in Swift. Before going further Swift is a powerful…May 25, 2022May 25, 2022
Krishan ShamodEvaluation techniques for interactive systemsWhen we build a product, we need to make sure our product or design should meet the requirement. So this process of assessing the design…Apr 17, 2022Apr 17, 2022
Krishan ShamodReduce the size of your Docker images drasticallyIn Docker, smaller containers lead us to run our applications more efficiently and securely. Also, those small containers use low…Mar 28, 2022Mar 28, 2022