Aqua’s Trivy Now Available as a GitHub Action

Source:-https://securityboulevard.com BOSTON – October 7, 2020 – Aqua Security, the pure-play cloud native security leader, announced today that Aqua’s open source Trivy vulnerability scanner is now available as an Aqua Security Trivy GitHub Action. The action integrates with GitHub code scanning so developers can build container image scanning into their GitHub Actions workflow to find and eliminate vulnerabilities before they reach production. “Code scanning was purpose-built with extensibility in mind,” said John Leon, VP of Business Development at GitHub. “We

Read more

How to Improve Cloud Native API Management

Source:-thenewstack.io APIs are now the essential building blocks of digital businesses. The advantages they offer DevOps today include: bringing new demands for organizations to create and monetize APIs and API products. maximizing application adoption and reuse across internal and external APIs. ensuring API security. supporting cloud environments that increasingly rely on Kubernetes, microservices, service meshes and CI/CD. WSO2 API Manager 3.0 helps to improve API-management capabilities while addressing both API developer and consumer requirements. Notable among all the new functions

Read more

How to back up Kubernetes and Docker

Source:-networkworld.com You don’t have to back up everything about every container, but it’s important to back up configurations for running and managing them in case of disaster. Yes, your container infrastructure needs some type of backup. Kubernetes and Docker will not magically build themselves after a disaster. As discussed in a separate article, you don’t need to back up the running state of each container, but you will need to back up the configuration used to run and manage your

Read more

How to create a webserver with Docker

Source:- steemit.com I’ve got some more docker for you. This time I’ll show you how to set up a simple webserver in a docker container. The Dockerfile One really important thing I didn’t cover last time was the Dockerfile. Now, if you have made a really good docker image that you want to share with others, you could just give them the image. They would have to trust you though, because it might be hard to tell if you were doing

Read more