jenstan.hashnode.devOpenAPI by SwaggerWhat Is OpenAPI? OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including: Available endpoints (/users) and operations on each endpoint (GET /...Dec 7, 2022·2 min read
jenstan.hashnode.devSimplify and streamline troubleshooting your kubernetes cluster with KomodorTroubleshooting your Kubernetes Cluster and the resources within has never been this easy. This blog post provides an overview of Komodor; a new kind of platform. When you are using Kubernetes, you will sooner or later run into the problem of having ...Dec 2, 2022·9 min read
jenstan.hashnode.devUsing Kubescape to Scan KubernetesKubescape is a free tool that improves Kubernetes security by scanning clusters and detecting YAML files that are not compliant with security standards such as the National Security Agency(NSA) guidelines. It also scans for image vulnerabilities. Aft...Nov 25, 2022·6 min read
jenstan.hashnode.devScanning k8s Respositories for Vulnerabilities With KubescapeWhen engineers think about code scanning, the first few things that come to mind are: Unit tests Mock tests Integration tests Smoke tests but all from an application perspective Although it’s of course crucial to scan your entire code base, there’s...Nov 24, 2022·5 min read
jenstan.hashnode.devGitOps in Kubernetes with Argo CDIntroduction When some developers think of Infrastructure as Code (IaC), what typically comes to mind is using tools like Terraform to provision virtual machines and other cloud infrastructure. In this article, however, we will be taking a look at a ...Nov 23, 2022·8 min read