Tag: Devops
-
Modern least privilege and DevSecOps
Posted on August 3, 2021, Level intermediate Resource Length medium
James Watters, CTO for Modern Apps at VMware, gave a compelling talk at Cloud Native Security Day on what he called "modern least privilege." The basic concept is to apply the principle of least privilege across the DevSecOps lifecycle to properly secure modern apps. By Kit Colbert @VMware, Cloud CTO.
Tags infosec cio devops kubernetes containers software-architecture
-
How to demonstrate ROI from your cyber security strategy
Posted on August 1, 2021, Level intermediate Resource Length medium
The best outcome from a well-executed cyber security strategy should be that a business experiences no change or disruption to their operations or systems in the case of an external threat. By Martin Riley.
Tags management infosec cio cloud devops
-
Building well-architected serverless applications: Regulating inbound request rates
Posted on July 31, 2021, Level intermediate Resource Length medium
This series of blog posts uses the AWS Well-Architected Tool with the Serverless Lens to help customers build and operate applications using best practices. In each post, I address the serverless-specific questions identified by the Serverless Lens along with the recommended best practices. By Julian Wood.
Tags devops app-development cio aws cicd serverless
-
What is telemetry?
Posted on July 28, 2021, Level intermediate Resource Length medium
Customers require an easy process to gather the data from these various products and communicate it for monitoring and analysis. That is the basis for where and why telemetry was created. By logicmonitor.com.
Tags devops app-development cio analytics cloud cicd
-
Hardening Amazon EKS security with RBAC, secure IMDS, and audit logging
Posted on July 25, 2021, Level intermediate Resource Length medium
Misconfigurations in infrastructure as code (IaC) can be just as dangerous as vulnerabilities in code. Small mistakes in configuration can lead to the sensitive data being readable on the internet. By Kamil Potrec.
Tags infosec cio aws cloud kubernetes containers devops
-
4 Patterns for microservices architecture in Couchbase
Posted on July 22, 2021, Level intermediate Resource Length medium
Microservices have emerged as a common architecture pattern over the last decade. By Craig Buckler.
Tags microservices devops software-architecture nosql
-
Writing our 3-year technical vision
Posted on July 19, 2021, Level intermediate Resource Length long
How author went about his goal -- to come up with an overarching technical vision for the whole company aligned with their 3-year business strategy, and that would move us away from a monolithic architecture and central SRE team to a distributed system where we shift ownership to each team. By Daniel Micol.
Tags devops management miscellaneous cio cloud software-architecture
-
Guide on how to write documentation for a Rust crate
Posted on July 9, 2021, Level beginner Resource Length short
A guide on how to write documentation in Rust. By Guillaume Gomez.
Tags programming learning devops cio app-development code-refactoring
-
Getting started with static code analysis
Posted on July 7, 2021, Level beginner Resource Length medium
Static code analysis is the practice of examining application's source, bytecode, or binary code without ever executing the program code itself. Instead, the code under review is analyzed to identify any defects, flaws, or vulnerabilities which may compromise the integrity or security of the application itself. By John Vester, Sr. Architect, CleanSlate Technology Group.
Tags app-development web-development devops programming cicd infosec
-
Make Jenkins logs pretty
Posted on July 6, 2021, Level beginner Resource Length medium
Jenkins' default logs can be hard to read, but they don't have to be. By Evan "Hippy" Slatis (Red Hat).
Tags app-development web-development devops cicd cloud
-
Behind the scenes of creating the world's biggest graph database
Posted on July 3, 2021, Level intermediate Resource Length long
How we'd decided to try and build the biggest graph database that has ever existed. By Chris Gioran.
Tags database queues search performance cloud devops aws streaming
-
Using GitHub Actions to deploy serverless applications
Posted on June 30, 2021, Level beginner Resource Length medium
Continuous integration and continuous deployment (CI/CD) is one of the major DevOps components. This allows you to build, test, and deploy your applications rapidly and reliably, while improving quality and reducing time to market. By Gopi Krishnamurthy, senior solutions architect.
Tags aws devops serverless cicd app-development