#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What is minikube? Minikube is a tool that quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a...
Introduction Docker has revolutionized the way we develop, deploy, and manage applications. It provides a lightweight, portable, and scalable platform...
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units...
Today, let's dive into Python data types and data structures that are essential for DevOps. π Data Types Data types are the classifications of data...
What is Python? Python is an Open source, general-purpose, high-level, and object-oriented programming language. It was created by Guido van...
What is a package? A package is essentially an archive file containing the binary executable, configuration file and sometimes information about the...