Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 13e5fbb

Browse files
committed
update
1 parent 91326a4 commit 13e5fbb

File tree

5 files changed

+8
-28
lines changed

5 files changed

+8
-28
lines changed

‎public/blog/CertManager.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
### CertManager - Automatically provision and manage TLS certificates in Kubernetes
22

3-
4-
{{< rawhtml >}}
5-
6-
<center> <a href="https://github.com/cert-manager/cert-manager"><img src="https://github-link-card.s3.ap-northeast-1.amazonaws.com/cert-manager/cert-manager.png" width="460px"></a> </center>
7-
{{< /rawhtml >}}
3+
[![cert-manager/cert-manager](https://github-link-card.s3.ap-northeast-1.amazonaws.com/cert-manager/cert-manager.png)](https://github.com/cert-manager/cert-manager)
84

95
### Start Minikube
106
```
@@ -150,7 +146,7 @@ Excellent! This secret contains the ca.crt, tls.crt, and tls.key that belong to
150146

151147
### create ca issuer
152148

153-
Now its time to create our CA issuer. Create a file called cert-manager-ca-issuer.yaml with the following:
149+
Now it's time to create our CA issuer. Create a file called cert-manager-ca-issuer.yaml with the following:
154150

155151
```
156152
apiVersion: cert-manager.io/v1
@@ -165,8 +161,7 @@ spec:
165161

166162
### apply ca issuer
167163
```
168-
➜ minikube-certmanager git:(main) ✗ kubectl create -f cer
169-
t-manager-ca-issuer.yaml
164+
➜ minikube-certmanager git:(main) ✗ kubectl create -f cert-manager-ca-issuer.yaml
170165
issuer.cert-manager.io/test-ca-issuer created
171166
```
172167
### test ca cert

‎public/blog/Flannel.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
21
title : Flannel is a network fabric for containers, designed for Kubernetes.
32

43
description : Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes
54

6-
7-
{{< rawhtml >}}
8-
<center>
9-
<a href="https://github.com/flannel-io/flannel"><img src="https://github-link-card.s3.ap-northeast-1.amazonaws.com/flannel-io/flannel.png" width="460px"></a></center>
10-
{{< /rawhtml >}}
5+
[![flannel-io/flannel](https://github-link-card.s3.ap-northeast-1.amazonaws.com/flannel-io/flannel.png)](https://github.com/flannel-io/flannel)
116

127
### kubenetes networking
138

@@ -43,7 +38,7 @@ description : Flannel is a simple and easy way to configure a layer 3 network fa
4338

4439
### Flannel Overlay Network
4540

46-
To achieve kubernetes' network requirements, flannels idea is simple: create another flat network which runs above the host network, this is the so-called overlay network. All containers(Pod) will be assigned one ip address in this overlay network, they communicate with each other by calling each others ip address directly.
41+
To achieve kubernetes' network requirements, flannel's idea is simple: create another flat network which runs above the host network, this is the so-called overlay network. All containers(Pod) will be assigned one ip address in this overlay network, they communicate with each other by calling each other's ip address directly.
4742

4843
![](./k8s-CNI-2.png)
4944

‎public/blog/Okteto.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Okteto Develop your applications directly in your Kubernetes Cluster
22

3-
4-
{{< rawhtml >}}
5-
<center> <a href="https://github.com/okteto/okteto"><img src="https://github-link-card.s3.ap-northeast-1.amazonaws.com/okteto/okteto.png" width="460px"> </a> </center>
6-
{{< /rawhtml >}}
3+
[![okteto/okteto](https://github-link-card.s3.ap-northeast-1.amazonaws.com/okteto/okteto.png)](https://github.com/okteto/okteto)
74

85
### Getting started with Oketo CLI
96

‎public/blog/arkade.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11

2-
{{< rawhtml >}}
3-
<a href="https://github.com/alexellis/arkade"><img src="https://github-link-card.s3.ap-northeast-1.amazonaws.com/alexellis/arkade.png" width="460px"></a>
4-
5-
{{< /rawhtml >}}
2+
[![alexellis/arkade](https://github-link-card.s3.ap-northeast-1.amazonaws.com/alexellis/arkade.png)](https://github.com/alexellis/arkade)
63

74
### Getting started with Arkade CLI
85

‎public/blog/werf.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
21
title : Werf A solution for implementing efficient and consistent software
32

3+
[![werf/werf](https://github-link-card.s3.ap-northeast-1.amazonaws.com/werf/werf.png)](https://github.com/werf/werf)
44

5-
{{< rawhtml >}}
6-
<center>
7-
<a href="https://github.com/werf/werf"><img src="https://github-link-card.s3.ap-northeast-1.amazonaws.com/werf/werf.png" width="460px"></a> </center>
8-
{{< /rawhtml >}}
95
#### Install Werf
106

117

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /