Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Helm Lab – 1: Configure Kubernetes – Install Helm – Deploy Chart

Step 1 – create one ubuntu 20.x in aws

Software Image (AMI) - Canonical, Ubuntu, 20.04 LTS,ami-0261755bbcb8c4a84
Virtual server type (instance type) - t2.large
Firewall (security group)  - default
Storage (volumes) - 1 volume(s) - 30 GiBCode language: CSS (css)

Step 2 – Setting up a K8 Cluster

        Master
        Worker
        Workstation - kubectl
        ======================
            1 Server

    1  git clone https://github.com/certifications-tutorials/cks-course-environment/
    2  ls
    3  cd cks-course-environment
    4  ls
    5  cd cluster-setup
    6  ls
    7  clear
    8  ls
    9  cd latest
   10  ;s
   11  ls
   12  chmod 755 install_master.sh
   13  ./install_master.sh
   14  clear
   15  kubectl get nodes
   16  history

Make master as Worker
kubectl taint node ip-172-31-94-14 node-role.kubernetes.io/master:NoSchedule-
- plz change ip-172-31-94-14Code language: PHP (php)

Step 3 – Install Helm

- https://www.devopsschool.com/blog/helm-tutorials-how-to-install-helm/
- https://helm.sh/docs/intro/install/Code language: JavaScript (javascript)

Step 4 – Deploy one chart

            - Install a chart
            - uninstall a chart

   37  kubectl get pods
   38  helm repo list
   39  helm repo -h
   40  helm repo list
   41  helm repo add bitnami https://charts.bitnami.com/bitnami
   42  helm repo list
   43  helm install my-nginx bitnami/nginx --version 15.0.2
   44  kubectl get all
   45  kubectl list
   46  helm list
   47  helm -h
   48  helm uninstall -h
   49  helm list
   50  helm un my-nginx
   51  kubectl get allCode language: PHP (php)

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I'm Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms. I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.

Related Posts

Kubernetes Job & CronJob Explained: API Resource, YAML Example, and Use Cases

Kubernetes Jobs and CronJobs Explained with Examples: Complete Hands-on Guide for DevOps Engineer Keywords 1. Introduction In Kubernetes, not every workload is a long-running application like a…

Read More

Kubernetes Secret Explained: Secret API Resource, YAML Example, and Use Cases

What is Kubernetes SecretsA Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Objects of…

Read More

Kubernetes ConfigMap Explained: API Resource, YAML Example, and Use Cases

Content of reverseproxy.conf Commands to execute to create configmap Example pod using configmap Validating configmap inside a pod Rajesh Kumar I’m Rajesh Kumar, a DevOps, SRE, DevSecOps,…

Read More

Kubernetes Service Explained: API Resource, YAML Example, and Use Cases

In Kubernetes, a Service is an abstraction that defines a logical set of pods and a policy by which to access them. It provides a stable network…

Read More

Kubernetes Deployment Explained: API Resource, YAML Example, and Use Cases

Fearture of Kubernetes Deployment Note:ReplicaSets = Replication+Controller in the Deployment Kubernetes Deployement Strategy Type of deployment .spec.strategy specifies the strategy used to replace old Pods by new…

Read More

Kubernetes ReplicaSet Explained: API Resource, YAML Example, and Use Cases

Rajesh Kumar I’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
0
Would love your thoughts, please comment.x
()
x