DevOps (Day-90): Ending the challengs

DevOps (Day-90): Ending the challengs

Day 90: #90DaysOfDevOpsChallenge

ยท

4 min read

Self-Impact of Learning

Today, We have completed the 90days of DevOps challenge where we learnt many tools and resources have a direct connection to Cloud and DevOps technological area.

Let's go on a flashback of what we learnt in these 3 Months.

Flashback:-

The tools that we learnt form day 1 to day 90 are:

1 Linux:-

Linux is a free and open-source operating system Kernel that serves as the foundation for numerous operating systems commonly known as Linux distributions. It was initially developed as a Unix-like operating system and has since gained popularity due to its stability,security and flexibility.

No alt text provided for this image

Linux Diagram.

2 Shell Scripting:-

Shell Scripting refers to the process of writing and executing scripts using a command-line-shell. A shell script is a program written in a scripting language that runs within a shell environment such as the Unix shell (Ex- Bash, C Shell,Zsh). Shell Scripting allows users to automate tasks,execute commands in a sequence perform conditional operations and handle input/output operations using command-line utilities and shell-specific features.

No alt text provided for this image

Shell Scripting Diagram.

3 Ansible:-

Ansible is an open-source automation tool that simplifies the management and configuration of computer systems and network devices. It uses Declarative language to describe the desired state of systems and uses SSH or other remote management protocols to communicate and execute tasks on target machines. Ansible allows users to automate complex IT Tasks such as configuration management,application deployment,orchestration and cloud provisioning making it popular among system administrators and DevOps teams.

No alt text provided for this image

Ansible Diagram

4 Docker:

Docker is an open-source platform that enables developers to automate the deployment and management of applications within lightweight,isolated containers. Containers provided a consistent, encapsulating dependencies and allowing applications to run reliably across different computing environments. Docker simplifies the process of building,distributing and running applications,making it easier to create scalable and deployable software solutions.

No alt text provided for this image

Docker Diagram

5 Kubernetes:

Kubernetes often referred to as K8s is an open-source container orchestration platform for automating the deployment,scaling and management of containerized applications. It provides a robust framework for running and coordinating container instances across a cluster of machines. Kubernetes allows users to define the desired state of their application,handles scaling and self-healing and provides features for load balancing,service discovery and storage orchestration making it a powerful tool for managing containerized workloads in production environments.

No alt text provided for this image

Kubernetes Diagram

6 Jenkins:

Jenkins is an open-source automation server that facilitates the continuous integration and delivery (CI/CD) of software applications automatically allowing developers to integrate code changes frequently and detect issues early in the development cycle. Jenkins supports a wide range of plugins and integrations with other tools making it highly customizable and adaptable to different development workflows and environments.

No alt text provided for this image

Jenkins Diagram

7 Terraform:

Terraform is an open-source infrastructure-as-Code(IaC) tool that enables users to define and manage infrastructure resources declaraatively. It allows infrastructure to be represented as code providing and managing resources across various cloud providers and on-premises environments. Terraform uses a domain-specific language (DSL) to describe the desired infrastructure configuration.and it automates the creation,modification and deletion of resources while maintaining the desired state.

No alt text provided for this image

Terraform Diagram.

8 Grafana:

Grafana is an open-source data visualization and monitoring platform used to analyze and display metrics,logs and other data form various sources. It provides a flexible and customizable interface for creating dashboards and graphs making it easier to monitor and understand the performance of applications systems and networks Grafana supports a wide range of data sources and log aggregators making it a popular choice for monitoring and observability in both small and large-scal environments.

No alt text provided for this image

Grafana Diagram.

9 AWS:

AWS Stands for Amazon Web Services. It is a comprehensive cloud computing platform provided by Amazon. AWS offers a wide range of services and solutions for computing power,storage databases,networking, analytics,machine learning,artifcal intelligence,internet of Things, serverless computing and more.

No alt text provided for this image

AWS Diagram.

10 Git and GitHub:

Git is a version control system that helps developers track changes and manage code history. GitHub is a platform that hosts Git repositories and provides collaboration features for teams to work together on code projects.

No alt text provided for this image

Git and GitHub Diagram.

Self-Impact of Learning

With Daily Learning,there is constant growth in the Knowledge of tools.

Learning each day about the technology and writing blogs about them made consistently improves my exploration capability on new things.

Thank you for reading!! Hope you find this helpful.

#day90challenge#90daysofdevops

Always open to suggestions..!!

~ Manoj Bhamidipati ๐Ÿ™‚

ย