From bc28570f3d45c5bfa2e365e9f553ccd3cc653e9c Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 30 Dec 2020 10:57:09 +0100 Subject: [PATCH] update December 30th --- docs/kubernetes.md | 1 + docs/visual-studio.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index a8189339..696f5869 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -815,6 +815,7 @@ kubectl get secret --namespace= -o yaml | sed ‘s/names - [kubeshell](https://github.com/roubles/kubeshell) is a command line tool to interactively shell in to (and out of) kubernetes pods. - [k8s-harness 🌟](https://github.com/carlosonunez/k8s-harness) lets you create a disposable Kubernetes cluster with **vagrant and Ansible to test your app in a prod-like environment**. - [Secret backup operator](https://github.com/geritol/secret-backup-operator) is an operator designed to backup secrets on a Kubernetes cluster. Backup happens when secrets are modified. +- [Devtron 🌟](https://github.com/devtron-labs/devtron) is an open source software delivery workflow for kubernetes written in go. ## Enforcing Policies and governance for kubernetes workloads with Conftest * [Accelerated Feedback Loops when Developing for Kubernetes with Conftest](https://engineering.plex.com/posts/kubernetes-policy-conftest) Learn how to validate Kubernetes resources with Conftest for faster feedback loops diff --git a/docs/visual-studio.md b/docs/visual-studio.md index bda4a194..0a5d7d3d 100644 --- a/docs/visual-studio.md +++ b/docs/visual-studio.md @@ -94,6 +94,8 @@ A simple extension to make indentation more readable * [OpenShift Connector 🌟](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector) * [gitlab.com: VS Code extension development with GitLab](https://about.gitlab.com/blog/2020/11/30/vscode-extension-development-with-gitlab/) As VS Code editor increases in popularity, find out how GitLab + VS Code can be used for extension development and how we develop the official GitLab VS Code extension. * [freecodecamp.org: VS Code Extensions That'll Boost Your Development Productivity 🌟](https://www.freecodecamp.org/news/vs-code-extensions-to-boost-your-development-productivity/) +* [CloudFormation Snippets 🌟](https://marketplace.visualstudio.com/items?itemName=dsteenman.cloudformation-yaml-snippets) Adds autocompletion for all AWS CloudFormation resources. The snippets are updated automatically every week by fetching the data from the official AWS CloudFormation resource specification. + * [dannys.cloud: Autocomplete your CloudFormation Resources in VS Code](https://dannys.cloud/autocomplete-cloudformation-resources-vs-code) #### More Extensions (Blogs) * [Become a VS Code Ninja with these Extensions and Tools [2020]](https://dev.to/vikrantnegi/become-a-vs-code-ninja-with-these-extensions-and-tools-2020-1119)