How to give access or create a account in GitHub Steps: Login to the GitHub as Admin Look for site admin at left side Click on "Invite User" Give Username and Email id Once User is created, An email will sent to the user, he can then access to the git hub. How to add a new git hub member to the repository inside a organisation Steps: Login to the GitHub as Admin Go to the Organisation and Repository inside the organisation Click on Settings tab Select the " Collaborators & Teams" tab at left side Look for the "teams" and click on the same. How to check the Git hub user permissions for a repository inside an organisation Steps: Login to the GitHub as Admin Go to the Organisation and Repository inside the organisation Click on Settings tab Select the " Collaborators & Teams" tab at left side Look for the "teams" and click on the same. Select any user Click on the " Manage a...
What is Docker? World before Docker no virtualization hypervisor-based virtualization container-based virtualization Architecture Docker uses a client-server architecture Main Docker elements deamon : process that runs on a host machine (server) client : primary Docker interface image : read-only template (build component) registry : public or private image repositories (distribution, ship component) container : created form image, holds everything that is needed for an application to run (run component) Benefits of Docker separation of roles and concerns developers focuses on building applications system administrators focuses on deployment portability: build in one environment, distributed and run on many others faster development, testing, deployment scalability: easy to spin up new containers or migrate to more powerful hosts better ...
AWS: Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help businesses scale and grow. DevOps: Is a software engineering practice that aims at unifying software development (Dev) and software operation (Ops). The main characteristic of the DevOps movement is to strongly advocate automation and monitoring at all steps of software construction, from integration, testing, releasing to deployment and infrastructure management. DevOps aims at shorter development cycles, increased deployment frequency, more dependable releases, in close alignment with business objectives AWS Services EC2 S3 IAM VPC Lambda Cloud Formation Cloud watch Cloud trail Route53 RDS ( Aurora, PostgreSQL, MS SqL and Oracle) Dynamo DB (No SQL) DevO...
Comments
Post a Comment