DevOps Classroomnotes 11/Dec/2022

Persistent Volume

  • Refer Here for official documentation.
  • Pod places a persistent volume claim.
  • Persistent Volume can be dynamically or manually provisioned. For this they use storage classes.
    Preview
  • Created the pod with PVC in Azure Refer Here for the changes
    Preview
  • Create the Pod with PVC in AWS Refer Here
    Preview
    Preview

Manual EKS Cluster Setup

git clone https://github.com/hashicorp/learn-terraform-provision-eks-cluster
cd learn-terraform-provision-eks-cluster
terraform init
terraform apply -auto-approve
aws eks --region $(terraform output -raw region) update-kubeconfig \
    --name $(terraform output -raw cluster_name)
  • Check if the cluster is connected or not
    Preview

Stateful Sets

  • Overview
    Preview
  • Refer Here for the official documentation

Config Maps

Secrets

  • Secrets are also similar to config maps but holding sensitive information, k8s tries to do base 64 encoding and base 64 decoding.
  • Refer Here for the changes
    Preview

Exercise:
* Try to configure aws eks cluster to pull the image from ecr
* Try to configure azure aks cluster to pull the images from acr
* Try to configure any k8s to pull images from your docker hub private registry

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Floating Social Media Icons by Acurax Wordpress Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube