We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48eb53c commit e796416Copy full SHA for e796416
content/blog/Command Kubectl.md
content/blog/Kubectl.md
@@ -0,0 +1,18 @@
1
+---
2
+aliases: [../articles/2022-03/command-k8s]
3
+date: 2022-03-17
4
+tags: [kubrenetes]
5
+title: kubernetes 명령어 모음
6
7
+# Kubectl
8
+## How to Use
9
+```
10
+# Restart된 컨테이너의 이전 로그 확인하기
11
+kubectl logs podname -c containername --previous
12
+
13
+# 생성시간으로 정렬
14
+kubectl get node --sort-by=.metadata.creationTimestamp
15
16
17
+## See Also
18
+- [[Openlens]]
content/index.md
@@ -1,6 +1,6 @@
---
aliases: []
-comments: true
+comments:
description:
tags: []
title: NESOY
0 commit comments