VKVIJAY KAMMARIindocker-complete.hashnode.dev·May 17 · 4 min readDocker Compose , Volumes , Layers , Multi-Stage Builds , Networking.Docker Compose Normally we use docker run -d --network <network_name> --name <container_name> <image_id>: And if we having multiple containers to run and to build multiple images it is hard to run s00
VKVIJAY KAMMARIindocker-by-vijay.hashnode.dev·May 12 · 3 min readDocker Architecture and InstructionsHello Everyone, In this blog we can understand how architectures got evolved and How Docker came into place. BareMetal Server : It means companies previously buys the server with some huge capa00
VKVIJAY KAMMARIincdn-by-vijay.hashnode.dev·May 9 · 3 min readCloudFront (CDN) Resource in AWSHello Everyone, Lets deep dive into how can we increase the speed in the application means decreasing the latency of the application. To address this issue we have something called cache , We all 00
VKVIJAY KAMMARIinroboshop-automation.hashnode.dev·May 5 · 4 min readRoboShop Automation End to End using Terraform in AWSHello Everyone, Today in this blog i will explain Microservices architecture and production based architecture and security implementation through the Terraform. First lets understand the Infra of00
VKVIJAY KAMMARIinconnecttwovpcs.hashnode.dev·Apr 3 · 2 min readVPC Peering concept and VPC Peering Module in terraform with AWS.What is VPC Peering ? VPC (Virtual Private Cloud) means in the datacenter it could be any cloud , We are isolating our resources from the other third parties , We will be having full control of our re00