Day 30 Task: Kubernetes ArchitectureKubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important parts o...Jun 22, 2023·5 min read
Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? - CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into ...Apr 23, 2023·3 min read
Day-22 : Getting Started with Jenkins 😃What is Jenkins? - Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. - Jenk...Apr 18, 2023·2 min read
Day 15 Task: Python Libraries for DevOpsCreate a Dictionary in Python and write it to a JSON File. json.dumps() : It is used to convert a dictionary to JSON string. 2. Read a json file services.json kept in this folder and print the service names of every cloud service provider. output a...Apr 11, 2023·1 min read
Day 14 Task: Python Data Types and Data Structures for DevOpsData Types - Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. - Since everything is an object in Python programming, data types are ac...Apr 10, 2023·3 min read
Day 13 : Basic of PythonWhat is Python? - Python is a Open source, general purpose, high level, and object-oriented programming language. - It was created by Guido van Rossum. - Python consists of vast libraries and various frameworks like Django,Tensorflow, Flask, Pandas, ...Apr 6, 2023·2 min read
Day 12 - What is Git and GitHub?What is Git? Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It allows multiple people to work on the same codebase at the same time and keep ...Apr 4, 2023·3 min read