#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the...
Today we have started learning about Kubernetes foundations, where we learned the following: a) Why Kubernetes? Kubernetes is used for automating the...
Gitlabs: is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. It is a complete...
Jenkins Beginners · Jenkins is a tool to Code, Build, Test, and Deploy -> [CI/CD]. It is built upon Java. Jenkins setup can be done using : a)...
Docker Networking · Today, we learned about different types of Docker Networks. Default Bridge: create a software-based bridge between your host and the...
Creating 2048 Game using Docker tool · Today, we will be creating the 1st project using Docker. It's a simple game called 2048. Required files and...