연두색연필
LimePencil's Log
연두색연필
전체 방문자
오늘
어제

About Me

  • GitHub
  • Instagram
  • Gmail

인기 글

  • 분류 전체보기 (70)
    • Machine Learning (3)
      • MNIST (2)
    • PS & Algorithm (9)
    • Web (4)
      • HTML (1)
      • JavaScript (3)
    • Rust (2)
      • The Rust Programming Langua.. (2)
    • 논문 리뷰 (12)
      • Reinforcement Learning (10)
      • Computer Vision (2)
    • DevOps (17)
      • Docker (9)
      • Kubernetes (8)
    • Development (6)
      • SQL (6)
    • 잡다한 것들 (15)
      • 부스트캠프 AI Tech 4기 (13)

최근 댓글

Tag

  • 쿠버네티스
  • Python
  • docker
  • 도커
  • ML
  • Kubernetes
  • 파이썬
  • 부스트캠프
  • K8s
  • 백준
01-22 15:53
hELLO · Designed By 정상우.
연두색연필

LimePencil's Log

DevOps/Kubernetes

[Kubernetes 배우기] Section 3. Kubernetes Concepts

2024. 1. 9. 11:57

Kubernetes for the Absolute Beginners - Hands-on | Udemy

 

Kubernetes pods: a single instance of the application that encapsulates containers

  • to bring up more instances of an application, the number of pods must be increased
  • the smallest unit in Kubernetes

A single pod can have multiple containers of different types. It can include helper containers.

  • within the same pod, they can interact with each other with the local network and share the same storage space
  • when the pod dies, all the containers inside it die

kubectl run [name] --image [image name]: initiates single pod of an image

kubectl get pods: get the information of pods

  • -o wide option shows where the node is running

kubectl describe pod [name of pod]: explains in detail about a single pod

'DevOps > Kubernetes' 카테고리의 다른 글

[Kubernetes 배우기] Section 7. Services  (0) 2024.01.09
[Kubernetes 배우기] Section 6. Networking in Kubernetes  (0) 2024.01.09
[Kubernetes 배우기] Section 5. Kubernetes Concepts - Pods, ReplicaSets, Deployments  (1) 2024.01.09
[Kubernetes 배우기] Section 4. YAML Introduction  (0) 2024.01.09
[Kubernetes 배우기] Section 2. Kubernetes Overview  (0) 2024.01.09
    'DevOps/Kubernetes' 카테고리의 다른 글
    • [Kubernetes 배우기] Section 6. Networking in Kubernetes
    • [Kubernetes 배우기] Section 5. Kubernetes Concepts - Pods, ReplicaSets, Deployments
    • [Kubernetes 배우기] Section 4. YAML Introduction
    • [Kubernetes 배우기] Section 2. Kubernetes Overview
    연두색연필
    연두색연필
    ML, Programming, PS, 삶의 순간을 기록

    티스토리툴바