VISHAL KUMARvishal89.hashnode.dev·May 16, 2024#90DaysDevOpsChallenge#Day3Task: Basic Linux Commands Task: What is the Linux command to To view what's written in a file. cat "file_name To change the access permissions of files. now we understand about the permissions of the file there will be 3 types of permission...#90daysofdevops
Anirban Debanirban28.hashnode.dev·Dec 28, 2023Kubernetes - deep dive questions - Series 02 - SolutionQuestion Area : Node Affinity: Describe what node affinity is and provide a scenario where you'd need to use it. Show a YAML configuration snippet demonstrating how to set a pod's affinity to nodes labeled with zone=west. Solutions : Node affinit...1 likeKubernetes
Kamlesh Semwalkamleshsemwal.hashnode.dev·Nov 9, 2023Introduction - Day 1The #DevOps is a combination of two words i.e. Dev + Ops, Dev stands for development and Ops stands for Operations. To Learn this whole Deployment cycle must learn the following tools: Linux: It is one of the first step towards the journey of #DevOp...Devops