Web Application Deployment in AWS – EC2 About the Application: This tree-tier web application is created using Nodejs, Angular and MySQL. This project also uses Ant Design for its UI and SwiperJS for its carousels. The backend is built Read More …
Category: Uncategorized
Shell Script Questions and Answers
Can you tell me the various stages of a Linux process, it passes through? A Linux process normally goes through four major stages in its processing life. Here are the 4 stages of the Linux process. Waiting: Linux Process waiting Read More …
HELM Questions And Answers
What is Helm? Helm is a package manager for Kubernetes that allows you to install, upgrade, and manage Kubernetes applications. Helm helps in three ways: increases productivity reduces the complexity of microservice deployments and allows for the adoption of cloud-native Read More …
Kubernetes Questions And Answers
How is Kubernetes different from Docker Swarm? Features Kubernetes Docker Swarm Installation & Cluster Config Setup is complicated, but once installed cluster is robust. Installation is very simple but the cluster is not robust. GUI GUI is the Kubernetes Dashboard. There Read More …
Docker Questions and Answers
What is Hypervisor? A hypervisor is a software that makes virtualization possible. It is also called Virtual Machine Monitor. It divides the host system and allocates the resources to each divided virtual environment. You can basically have multiple OS on Read More …
Zabbix Questions and Answers
Why do we need a Monitoring Application? Information gathering The large application produces a humongous number of data that should be monitored and analyzed for the performance and improvement of products and thereby better business. Around-the-clock monitoring Humans will never Read More …
Ansible Questions and Answers
What is Configuration Management? Configuration management is managing all the configurations of the environments that the software application hosts. As we know, we have different environments throughout the SDLC in DevOps starting with Unit testing, integration testing, system testing, acceptance Read More …
Terraform Questions and Answers
What do you understand by Terraform? Terraform is an open-source IAC tool created by HashiCorp. It is used to create, update, delete and version your infrastructure on multiple cloud platforms. Terraform is one of the most popular IAC tools Read More …
SonarQube Questions and Answers
What is static code analysis? In computer science, static program/code analysis is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution. What is SonarQube SonarQube Read More …
Artifactory Questions and Answers
What is an artifactory? Artifactory is a repository manager that supports all types of software packages and allows for continuous automated integration and delivery. Add Artifactory to your toolchain and use it to store build artifacts in your repository. Read More …