YAML templates for pod creation in KubernetesA pod can be created using a YAML template $vim pod_definition.yml A simple pod_definition template in YAML is as follows: apiVersion: v1 kind: Pod metadata: name: new-pod spec: containers: - name: nginx image: nginx Then, execute the command:...Sep 23, 2023·1 min read
Kubernetes Introduction - Part 1An Opensource container orchestration tool developed by Google. Manages containerized applications in different deployment environments. Why Kubernetes? High Availability Scalability Disaster Recovery The architecture of Kubernetes:- The Kubern...Sep 1, 2023·1 min read
Linux Basic Commands - Part 1Linux Linux is an opensource operating system.The kernel of this operating system is written by Linus Torvalds. Basic Commands: pwd: This command returns the present working directory as output. Syntax:- pwd Example: [user1@node1~] $pwd /users/...May 19, 2023·1 min read
Looking back into 20222022 has been personally and professionally challenging for me. Feeling much more responsible than ever!!! Started with Interview preparation. Brushed up my basics of C++, Java, Python, OS, DBMS and CN from geeksforgeeks.org and javatpoint.com. Revis...Jan 24, 2023·1 min read
My new year resolutionsAll these years, I've struggled to take up a well-paying job and I succeeded. I don't want to stop here. I'm dreaming big this year. I want to hustle and make it big this year. My aspirations: Book reader and book writer Podcast listener Tech enth...Dec 31, 2022·1 min read