DevOps Fundamentals
Please review the presentations covering various DevOps topics for a clear and concise understanding of the fundamentals.
-
DevOps
-
DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability …
-
-
AWS
-
Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay …
-
-
Linux
-
Linux is an open source operating system (OS). An operating system is the software that directly manages a …
-
-
GIT
-
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coord…
-
-
Jenkins
-
Jenkins is an open source automation server. It helps automate the parts of software development…
-
-
Artifactory
-
Artifactory is the single solution for managing all the artifacts, binaries, files and containers throug…
-
-
SonarQube
-
SonarQube is an open-source platform developed by SonarSource.It is used for static analysis of code and provides…
-
-
Terraform
-
Terraform is an open-source IAC tool created by HashiCorp. It is used to create, update, delete and version…
-
-
Ansible
-
Ansible is a configuration management system. It is used to set up and manage infrastructure and application…
-
-
Docker
-
Docker is a containerization platform that packages your application and all its dependencies together in the…
-
-
Kubernetes
-
Kubernetes is an open-source container management tool that holds the responsibilities of container orchestration…
-
-
HELM
-
Helm is a package manager for Kubernetes that allows you to install, upgrade, and manage Kubernetes applications…
-
-
Shell Script
-
A shell script is a computer program designed to be run by a Unix shell, a command-line interpreter. The various…
-