https://cloudyuga.guru/lesson/tmux/
Tmux - cloudyuga.guru
Jan 12, 2024 - Tmux is a terminal multiplexer which is a Linux application that allows multitasking in a terminal window and it is based around sessions. Basically, a...
tmuxguru
https://cloudyuga.guru/blogs/how-to-run-docker-in-docker/
Inside the Containerization Maze: Running Docker Within Docker Containers - cloudyuga.guru
Feb 1, 2024 - Simplifying Development and Deployment with Isolated Docker Environments Docker is a platform that simplifies application development, shipping, and deployment...
inside thecontainerizationmazerunningdocker
https://cloudyuga.guru/blogs/tag/contianer-images/
contianer images - cloudyuga.guru
imagesguru
https://cloudyuga.guru/lesson/cloud-native-development/
Cloud Native Development - cloudyuga.guru
Jan 2, 2024 - In past years, monolithic and waterfall development models were the most preferred approaches for software development. But as time goes on with advances in...
cloud native developmentguru
https://cloudyuga.guru/lesson/advanced-image-operations/
Advanced Image Operations - cloudyuga.guru
Jan 29, 2024 - Take Quiz Complete Lesson Next Lesson Reset Lesson 1. How to export a container to a tar file ? With the docker container export command, we can export a...
advancedimageoperationsguru
https://cloudyuga.guru/lesson/storage-quiz/
Storage (quiz) - cloudyuga.guru
Jan 3, 2024 - Take Quiz Complete Lesson Next Lesson Reset Lesson
storagequizguru
https://cloudyuga.guru/lesson/dev-prod-parity-logs-and-admin-processes/
Dev/Prod Parity, Logs and Admin Processes - cloudyuga.guru
Dec 28, 2023 - Dev/Prod Parity Keep development, staging, and production as similar as possible. It states that the various deployment stages are independent of each other...
devprodparitylogsadmin
https://cloudyuga.guru/lesson/types-of-variables-by-content/
Types of Variables by Content - cloudyuga.guru
Jan 24, 2024 - Take Quiz Complete Lesson Next Lesson Reset Lesson We can categorize variables into the following types based on the content we store in them: String variables...
types of variablesby contentguru
https://cloudyuga.guru/lesson/kubernetes-auditing/
Kubernetes Auditing - cloudyuga.guru
Jan 20, 2024 - In general, auditing means inspection, and Kubernetes auditing refers to a set of records documenting the sequence of actions in a cluster. The cluster audits...
kubernetesauditingguru
https://cloudyuga.guru/blogs/tag/infrastructure-as-code/
Infrastructure as code - cloudyuga.guru
infrastructure as codeguru
https://cloudyuga.guru/lesson/services-and-networking-quiz-3/
Services and Networking (quiz) - cloudyuga.guru
Jan 8, 2024 - Take Quiz Complete Lesson Next Lesson Reset Lesson
and networkingservicesquizguru
https://cloudyuga.guru/lesson/what-is-gitops/
What is GitOps? - cloudyuga.guru
Jan 10, 2024 - GitOps is an operational framework that uses DevOps best practices for application development, such as version control, collaboration, and CI/CD and applies...
what isgitopsguru
https://cloudyuga.guru/lesson/falco-on-linux/
Falco on Linux - cloudyuga.guru
Jan 20, 2024 - Installation curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - echo "deb https://download.falco.org/packages/deb stable main" \ | tee...
on linuxfalcoguru
https://cloudyuga.guru/blogs/tag/openshift/
openshift - cloudyuga.guru
openshiftguru
https://cloudyuga.guru/blogs/etcdk8s/
ETCD in Kubernetes - cloudyuga.guru
Jan 12, 2024 - To learn how ETCD works in Kubernetes In the previous blog, we have seen about etcd, its installation with its implementation, and how to set up a three-node...
etcdkubernetesguru
https://cloudyuga.guru/lesson/introduction-2/
Introduction - cloudyuga.guru
Jan 29, 2024 - Take Quiz Complete Lesson Next Lesson Reset Lesson
introductionguru
https://cloudyuga.guru/lesson/prometheus-in-kubernetes/
Prometheus in Kubernetes - cloudyuga.guru
Jan 20, 2024 - Helm must be installed. Install Prometheus using the helm Install the Prometheus with Helm chart in a namespace monitoring. kubectl create ns monitoring helm...
prometheuskubernetesguru
https://cloudyuga.guru/blogs/a-year-on-my-own/
A year on my own - cloudyuga.guru
Jan 15, 2024 - Today I completed one year of being on my own. Today I completed one year of being on my own. In 2004, after graduating from college and doing a brief...
a year onmy ownguru
https://cloudyuga.guru/lesson/custom-services-with-systemctl/
Custom Services with systemctl - cloudyuga.guru
Jan 12, 2024 - One can also create a custom service with the help of systemd and its unit file. First, create a script file that will run the tasks when the service will be...
custom servicessystemctlguru
https://cloudyuga.guru/blogs/tag/key-value/
key-value - cloudyuga.guru
key valueguru
https://cloudyuga.guru/lesson/docker-images/
Docker Images - cloudyuga.guru
Jan 20, 2024 - docker image pull nginx docker image inspect nginx:latest docker image ls --digests docker image history nginx:latest Take Quiz Complete Lesson Next Lesson...
docker imagesguru
https://cloudyuga.guru/lesson/configuring-linux-firewall/
Configuring Linux Firewall - cloudyuga.guru
Jan 19, 2024 - A firewall is a security system for networks that manages the flow of incoming and outgoing network traffic based on established security policies. Its purpose...
configuring linuxfirewallguru
https://cloudyuga.guru/lesson/introduction-10/
Introduction - cloudyuga.guru
Jan 20, 2024 - Challenges with Microservices There are specific challenges while working with microservices which are: Service-to-service communication Dynamic service...
introductionguru
https://cloudyuga.guru/lesson/dns-and-resolv-conf-configuration/
DNS and resolv.conf Configuration - cloudyuga.guru
Jan 15, 2024 - As mentioned in the DNS topic under IP Address chapter, DNS stands for Domain Name System and it is a naming convention that helps identify systems over the...
dnsresolvconfguru