Skip to content

Commit 4fe261c

Browse files
developer-guyalexellis
authored andcommitted
feature: updated guest information and picture
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
1 parent 6f0805a commit 4fe261c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

_posts/2020-10-27-kubernetes-webhooks-made-easy-with-openfaas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Webhook Admission Server is just plain http server that adhere to Kubernetes API
3535
* Kubernetes API -> Webhook (w/TLS) -> OpenFaaS Gateway (w/HTTP) -> OpenFaaS Function
3636

3737
![Workflow](/images/2020-10-27-k8s-validatingwebhook-openfaas/admission-controller-phases.png)
38+
> Credit: [https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/](https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/)
3839
3940
Supporting TLS for external webhook server is also required because admission is a high security operation. As part of the process, we need to create a TLS certificate signed by the Kubernetes CA to secure the communication between the webhook server and apiserver.
4041

_staff_members/developer-guy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Batuhan Apaydın
33
position: Guest
4-
image_path: https://avatars0.githubusercontent.com/u/16693043?s=460&u=76efd879df78e6fd68b572bc3278b75926ecaa6d&v=4
5-
# twitter_username: rajatjindal1983
4+
image_path: /images/author/developer-guy.png
5+
linkedin_username: bthnapydin
66
github_username: developer-guy
7-
blurb: Life-long learner. Software engineer
7+
blurb: Life-long learner. Software engineer at <a href="https://www.trendyol.com">@Trendyol</a>
88
---

images/author/developer-guy.png

203 KB
Loading

0 commit comments

Comments
 (0)