march 1st

This commit is contained in:
Inaki Fernandez
2022-03-01 16:32:19 +01:00
parent 6534596739
commit 8e2760e111
2 changed files with 9 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
- [Environments to learn and practice Kubernetes security](#environments-to-learn-and-practice-kubernetes-security)
- [Harbor Container Registry](#harbor-container-registry)
- [OPA Gatekeeper](#opa-gatekeeper)
- [Konveyor Move2Kube](#konveyor-move2kube)
- [Red Hat Demo Central](#red-hat-demo-central)
- [Cloud Native Development Architectural Diagrams Demos](#cloud-native-development-architectural-diagrams-demos)
- [OpenShift Demos](#openshift-demos)
@@ -281,6 +282,10 @@
- [medium: Mutating Kubernetes resources with Gatekeeper](https://medium.com/@LachlanEvenson/mutating-kubernetes-resources-with-gatekeeper-3e5585d49ead)
- [opensource.com: Implement governance on your Kubernetes cluster](https://opensource.com/article/21/12/kubernetes-gatekeeper) Use OPA Gatekeeper to create and enforce policies and governance for your Kubernetes clusters so the resources you apply comply with that policy.
### Konveyor Move2Kube
- [Move2Kube](https://move2kube.konveyor.io/) is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
- [==medium.com/@hari.balagopal: Create a Helm chart automatically from Kubernetes YAMLs==](https://medium.com/@hari.balagopal/create-a-helm-chart-automatically-from-kubernetes-yamls-91a4c1bf8cc5) Generating custom Helm charts, Kustomize YAMLs, Openshift templates and more, using Move2Kube.
## Red Hat Demo Central
* [gitlab.com/redhatdemocentral 🌟](https://gitlab.com/redhatdemocentral)
* [redhatdemocentral.gitlab.io](https://redhatdemocentral.gitlab.io)

View File

@@ -46,7 +46,7 @@
- [Terraform Modules](#terraform-modules)
- [Segment AWS Stack Terraform Modules](#segment-aws-stack-terraform-modules)
- [Terraform Providers](#terraform-providers)
- [Terraform Quality Checks](#terraform-quality-checks)
- [Terraform Code Quality. Terraform Quality Checks](#terraform-code-quality-terraform-quality-checks)
- [Enforce Policy with Sentinel](#enforce-policy-with-sentinel)
- [Reverse terraform with Terraformer](#reverse-terraform-with-terraformer)
- [Terraform Tools](#terraform-tools)
@@ -109,7 +109,6 @@
* [k21academy.com: Why Terraform? Not Chef, Ansible, Puppet, CloudFormation? 🌟](https://k21academy.com/terraform-iac/why-terraform-not-chef-ansible-puppet-cloudformation/)
* [hashicorp.com: New Terraform Tutorial: Sensitive Input Variables 🌟](https://www.hashicorp.com/blog/terraform-sensitive-input-variables) A new tutorial on HashiCorp Learn shows how to protect sensitive data with Terraform.
* [AWS Lambda the Terraform Way](https://github.com/nsriram/lambda-the-terraform-way) The objective of this tutorial is to understand AWS Lambda in-depth, beyond executing functions, using Terraform. This tutorial walks through setting up Terraform, dependencies for AWS Lambda, getting your first Lambda function running, many of its important features & finally integrating with other AWS services.
* [adinermie.com: Publishing TFSec Terraform Quality Controls to Azure DevOps Pipelines 🌟](https://adinermie.com/publishing-tfsec-terraform-quality-controls-to-azure-devops-pipelines/)
* [medium: Dont Forget to Restrict Outbound Traffic with Terraform and Sentinel](https://medium.com/hashicorp-engineering/dont-forget-to-restrict-outbound-traffic-with-terraform-and-sentinel-c74a99129dae)
* [K3s Private Cluster 🌟](https://github.com/sagittaros/terraform-k3s-private-cloud)
* [hashicorp.com: New Terraform Tutorial: Terraform Outputs 🌟](https://www.hashicorp.com/blog/tutorial-terraform-outputs) Learn how to output data about your infrastructure.
@@ -469,8 +468,10 @@
- [Junos-terraform: JUNOS Terraform Automation Framework (JTAF)](https://github.com/Juniper/Junos-terraform)
- [mitchellh/terraform-provider-multispace](https://github.com/mitchellh/terraform-provider-multispace) Terraform Provider for cascading runs across multiple workspaces.
## Terraform Quality Checks
## Terraform Code Quality. Terraform Quality Checks
- [adinermie.com: Publishing GitHub Super-Linter Terraform Quality Checks to Azure DevOps Pipelines](https://adinermie.com/publishing-github-super-linter-terraform-quality-checks-to-azure-devops-pipelines/)
* [adinermie.com: Publishing TFSec Terraform Quality Controls to Azure DevOps Pipelines 🌟](https://adinermie.com/publishing-tfsec-terraform-quality-controls-to-azure-devops-pipelines/)
- [==prcode.co.uk: Terraform Code Quality==](https://prcode.co.uk/2022/02/08/terraform-code-quality/)
## Enforce Policy with Sentinel
- [learn.hashicorp.com: Enforce Policy with Sentinel](https://learn.hashicorp.com/collections/terraform/policy#sentinel)