Basics of DevOps, CI/CD, IaC, Container, Docker, K8S, Jenkins
Interview-1: DevOps Interview Questions
Search for a command to run...
Series
Interview-1: DevOps Interview Questions
Interview-2: DevOps Interview Questions
YAML File Format Intro YAML is a data serialization language (standard format to transfer the data) just like- XML, JSON. YAML stand’s for YAML Ain’t Markup Language. File Extension: .yaml OR .yml NOTE: YAML is superset of JSON: any valid JSON ...
Aim To set up a GitHub Action that automatically runs the rover lint command whenever any .graphql file is added or modified in the repository. This ensures that all GraphQL schema and operation files are validated for correctness and style complian...
Docker Architecture Docker Components Docker Architecture Docker is a platform for building, running, and shipping applications in lightweight, portable containers. It abstracts the operating system and allows applications to run consistently across...
Jump Server (Bastion Host) What is AWS EC2? Amazon Elastic Compute Cloud (Amazon EC2) provides on-demand, scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 reduces hardware costs so you can develop and deploy appli...