ashjai.hashnode.devDocker Interview QuestionsWhat is the Difference between an Image, Container and Engine? Image It is a read-only template that contains only necessary files and dependencies that can run an application. It contains a docker file that has all the set of instructions to bui...Sep 16, 2023·35 min read
ashjai.hashnode.devAWS - Ec2For connecting Mac to SSH and SCP, follow the link: https://asf.alaska.edu/how-to/data-recipes/connect-to-ec2-with-ssh-mac-os-x/ Note: Data Transfer Charges: Data Transfer inside the cloud is free and data transfer outside from cloud is chargeable us...Sep 12, 2023·2 min read
ashjai.hashnode.devBasic Git & GitHub for DevOps Engineers.#90DaysofDeVops What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any ...Sep 7, 2023·5 min read
ashjai.hashnode.devFile Permissions and Access Control Lists#90DaysofDeVops #Day6 File permission and Access control Lists (ACLs) are security mechanisms used in Linux to control access to files and directories. It allows us to specify who can read, write, and execute files, as well as control what other user...Jul 4, 2023·2 min read
ashjai.hashnode.devTerraform FundamentalsPrerequisites Installation on Linux https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli link for installation Install VS Code also the extensions for Terraform. Make a new folder. Check if Terraform is installed. How to...Jun 8, 2023·2 min read