Skip to content

Commit

Permalink
정리
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese10yun committed May 13, 2021
1 parent ef3863a commit 79d0d48
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file added Spring/security/.DS_Store
Binary file not shown.
Binary file added Spring/security/Certification Class/.DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
20 changes: 20 additions & 0 deletions kubernetes/kubenetes-tesing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 시작 하기


```
$ minikube status
$ minikube stop
$ minikube start
```

## 워드프레스 배포


```
❯ kubectl apply -f wordpress-k8s.yml
deployment.apps/wordpress-mysql created
service/wordpress-mysql created
deployment.apps/wordpress created
service/wordpress created
```

0 comments on commit 79d0d48

Please sign in to comment.