Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 3.93 KB

File metadata and controls

16 lines (15 loc) · 3.93 KB

devops tool list

Tool Description
Linux An open-source based on the Unix operating system, used as the foundation for servers, containers, and development environments in cloud-native infrastructure.
Ansible A agentless IT automation tool used for configuration management, application deployment, and task automation across systems.
ArgoCD A declarative, GitOps continuous delivery tool for Kubernetes that synchronizes your application state from Git repositories.
Aws Amazon Web Services a comprehensive cloud computing platform offering scalable computing power, storage, and services for deploying and managing applications.
Crane A lightweight, daemonless command-line tool evolutionizes container image management. It simplifies workflows by replacing multi-step Docker CLI operations like pulling, tagging, and pushing images.
Docker An open-source platform that enables you to develop, ship, and run application inside lightweight and isolated containers. improving portability and consistency across environments.
Git A version control system that helps users track changes in their files, collaborate efficiently, and revert to previous versions if needed. It also ensures that multiple people can work on the same project without conflicts.
Kubernetes An open source system for automating deployment, scaling, and management of containerized applications.
Python A programming language known for its simplicity and readability, widely used in automation, scripting, web development, and data science.
Terraform An infrastructure as code (IaC) software tool created by HashiCorp that allows you to define, manage and provision cloud infrastructure using a declarative configuration language.
Vagrant An open-source tool for building and managing virtual machine environments in a single workflow to lower development environment setup time and to increase production parity.
Vim A highly configurable, command-line text editor built for efficiency and used commonly for editing code and configuration files in terminal environments.