Day 6 : File Permissions and Access Control ListsThis is #90DaysofDevops challenge under the guidance of Shubham Londhe sir. Day 6 TASK check this for task: 90DaysOfDevOps/tasks.md at master · LondheShubham153/90DaysOfDevOps This repository is a Challenge for the DevOps Community to get stronger in...Sep 25, 2023·3 min read
Day 2 Task: Basics Linux commandTask: What is the Linux command to Check your present working directory. However, if you want to check the present working directory in Linux, you can use the pwd command in the terminal. Just open a terminal window and type pwd, then press Enter. ...Jul 27, 2023·2 min read
DevOps- Introduction - Day 1This is the day you have to take this challenge and start your #90DaysOfDevOps with the #TrainWithShubham CommunityJul 23, 2023·3 min read
Kubernetes Networkingwhat is service? A service in Kubernetes is a resource that provides access to a set of pods. It acts as an abstraction layer between the pods and the user, allowing the user to access the pods without having to know the details of the underlying inf...Apr 26, 2023·5 min read
Kubernetes Architecture :Kubernetes Architecture : Pod: A group of one or more containers. the smallest unit of k8s.The container has no ip address Pod has an IP address. If the pod fails, then that pod will not be created again, another new pod will be created and its IP...Apr 25, 2023·4 min read
Kubernetes: Understanding Architecture, Components, Installation, and ConfigurationKubernetes is an open-source platform that automates the deployment, scaling, and management of containerized applications. It helps manage and orchestrate containerized applications across multiple hosts, making it easier to deploy and manage applic...Apr 25, 2023·6 min read