SRSamara Reddyindsamara.hashnode.dev·Feb 17, 2024 · 3 min readDocker NetworkingDocker networking refers to the way Docker containers communicate with each other and with other network resources. Docker provides several networking options to facilitate communication between containers, between containers and the host system, and...00
SRSamara Reddyindsamara.hashnode.dev·Feb 11, 2024 · 2 min readDocker Cheat Sheet#Install Docker in Ubuntu $sudo apt-get install docker #Check the installed version of the docker $docker --version Container Lifecycle #Create a container without starting it $docker create [IMAGE] #Rename a container $docker rename [CONATAINER_N...00
SRSamara Reddyindsamara.hashnode.dev·Oct 17, 2023 · 2 min readAws Elastic File System -2How to Provision an EFS Location? Step:1) 1. Create a VPC VPCName: EFSVPC CIDR: 172.0.0.0/16 Step:2) Create Subnets 2 Public Subnets: EC2 instances 2 Private Subnets: EFS Public Subnet: Subnet name: EFSpubsn1, 172.0.1.0/24 Subnet Name: EFSpubsn2...00
SRSamara Reddyindsamara.hashnode.dev·Oct 17, 2023 · 2 min readAws Elastic File System -1AWS Elastic File System is a Network storage location that can be mounted across multiple compute instances to share the data across the applications. An EBS volume is an Elastic Block Storage volume which is a hard disk for an Ec2 instances attached...00
SRSamara Reddyindsamara.hashnode.dev·Oct 16, 2023 · 2 min readAws Cloud Compute Domain -1The computing services required for running the application are part of the computing domain. There are 5 Services are there in the compute domain 1) EC2 (Elastic Compute Cloud) 2) Elastic Beanstalk 3) Elastic Load Balancer 4) Autoscaling Group 5) La...00