VGvijaykumar guntireddyinvijaycodes.hashnode.dev·Nov 5, 2024 · 15 min readKubernetesPrerequisites docker basics: https://vijaycodes.hashnode.dev/dockers expense project using docker: https://vijaycodes.hashnode.dev/expense-project-using-dockers What is Kubernetes..? disadvantages of dockers: https://vijaycodes.hashnode.dev/expe...00
VGvijaykumar guntireddyinvijaycodes.hashnode.dev·Oct 26, 2024 · 14 min readExpense project using DockersFor our expense project we have following components MySQL Backend Frontend Let’s start doing the MySQL setup Instance settings create the instance with 50 GB Resize the storage using the below commands https://github.com/qtivijay/expensedock...00
VGvijaykumar guntireddyinvijaycodes.hashnode.dev·Oct 21, 2024 · 19 min readDockersDifference between Monolithic and Microservices Example : If you take an e-commerce website , we will have following modules - cart , user, product catalogue , shipping , customer care, contact ..etc. Monolithic means - all these modules backend su...00
VGvijaykumar guntireddyinvijaycodes.hashnode.dev·Oct 1, 2024 · 18 min readOptimizing Expense project using Terraformwhat is stateful and stateless ..? stateful --> which has a state, i.e. data stateless --> which doesn't have a state. In an expense project which components are stateful and stateless..? DB —> stateful because it has data Backend, frontend —>...00
VGvijaykumar guntireddyinvijaycodes.hashnode.dev·Sep 29, 2024 · 7 min readExpense project using Terraformcreate “terraform-aws-securitygroup” folder main.tf locals.tf variables.tf create “expense-terraform” folder provider.tf - copy the content from (provider.tf), change the s3 key. sg.tf vpc.tf - copy the content from (vpc.tf) variables.tf - ...00