diff --git a/_drafts/2020-08-10-solve-windows-issues-with-aksdf-sys.md b/_drafts/2020-08-10-solve-windows-issues-with-aksdf-sys.md index 02d9caba3..7e84882f4 100644 --- a/_drafts/2020-08-10-solve-windows-issues-with-aksdf-sys.md +++ b/_drafts/2020-08-10-solve-windows-issues-with-aksdf-sys.md @@ -8,7 +8,6 @@ tags: [] permalink: /blog/solve-windows-issues-with-aksdf-sys image: path: /images/posts/.png -featured: true excerpt: --- diff --git a/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md b/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md index 5a90b7bde..2f6baa9e9 100644 --- a/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md +++ b/_posts/matlab/2021-09-18-matlab-packages-and-toolboxes.md @@ -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 %} diff --git a/_posts/qwiklabs/logbooks/2021-02-23-secure-workloads-in-google-kubernetes-engine-challenge-lab.md b/_posts/qwiklabs/logbooks/2021-02-23-secure-workloads-in-google-kubernetes-engine-challenge-lab.md index ed69272ff..ea4d42772 100644 --- a/_posts/qwiklabs/logbooks/2021-02-23-secure-workloads-in-google-kubernetes-engine-challenge-lab.md +++ b/_posts/qwiklabs/logbooks/2021-02-23-secure-workloads-in-google-kubernetes-engine-challenge-lab.md @@ -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.