Skip to content

Commit

Permalink
🚩 docs(post): update featured posts
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskyfung committed Jan 12, 2025
1 parent 9fca585 commit 01e4040
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion _drafts/2020-08-10-solve-windows-issues-with-aksdf-sys.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ tags: []
permalink: /blog/solve-windows-issues-with-aksdf-sys
image:
path: /images/posts/.png
featured: true
excerpt:
---

Expand Down
1 change: 1 addition & 0 deletions _posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permalink: /blog/matlab/matlab-packages-and-toolboxes
image:
path: /images/posts/matlab/matlab-packages.jpg
excerpt: A collection of useful MATLAB packages and toolboxes that support and improve your workflow, data visualization, code functionility and performance.
featured: true
---

{% include toc.md %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ css:
custom: >
.ml-li { margin-left: 2rem; }
.callout { background-color:gold; font-size: smaller; padding: 10px; }
featured: true
---

In this article, we will go through the lab **GSP335** _[Secure Workloads in Google Kubernetes Engine: Challenge Lab](https://www.qwiklabs.com/focuses/13389?parent=catalog)_, which is an [advanced-level](https://www.qwiklabs.com/quests/142) exercise on Qwiklabs. You will practice the skills in security at scale on Google Kubernetes Engine (GKE) including how to set up HTTPS and TLS certificate with cert-manager.io, restrict access in GKE with Network Policies, use Binary Authorization for security controls of your images, and deploy PodSecurityPolicy to control access to privileged containers based on role and groups.
Expand Down

0 comments on commit 01e4040

Please sign in to comment.