PCF basic commands – top15/ Vishal

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now cf apicf logincf logoutcf targetcf appscf appcf pppush -f -pcf scale app_namecf delete app_name -rcf rename app_name new_namecf start app_namecf restart app_namecf stop app_namecf logs app_namecf env app_name

Read more

Certificate based Authentication in k8s-Vishal

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now How certificate based Authentication works? explain in kubernetes context A: User/administrator generates a certificate signing request (CSR). Administrator approves the request and signs it with their CA. Administrator provides the resulting certificate back to the user. User presents their key and certificate pair to prove their identity. Admin creates private key –> which is later

Read more

Assignment for Kubernetes ReplicasSets, DeamonSets & Statefulsets, & Services – by Vishal

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Assignment – 1 What is ReplicasSets? A: A ReplicaSet ensures that a specified number of pod replicas are running at any given time. How to work with ReplicasSets? A: A ReplicaSet is linked to its Pods via the Pods’ metadata.ownerReferences field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet

Read more

Day4- Assignment-vishal- Kubernetes basics

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What are the 10 feature of kubernetes? –  optimizes the utilization of resources like CPU and memory through containers allow for efficient distributions of applications across a cluster of nodes Its a tool or platform which focuses on deploying and scheduling containers inside the infrastructure instead of directly utilizing nodes/hosts. Container grouping using pod

Read more

Lab1- Vishal Aswar

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now pause Pause all processes within one or more containersport List port mappings or a specific mapping for the containerps List containerspull Pull an image or a repository from a registrypush Push an image or a repository to a registryrename Rename a containerrestart Restart one or more containersrm Remove one or more containersrmi Remove one

Read more