Category index

Cyber Security

3862 articles

3862 ARTICLES

Writing unit tests in Java
CYBERSECURITY

Writing unit tests in Java

In this post, we’ll learn how to install and use JUnit 5 to write unit tests for some Java code. We’ll use the VSCode integrated development environment (IDE) for writing our tests and Java 11 with Maven to execute them.

1 MIN READ arrow_forward
Setting up SSL/TLS for Kubernetes Ingress
CYBERSECURITY

Setting up SSL/TLS for Kubernetes Ingress

This article demonstrates how to configure TLS/SSL certificates with the Ingress controller in Kubernetes. We’ll set up an NGINX Ingress controller, create a self-signed SSL/TLS certificate, create the necessary rules to link the SSL/TLS certificate to the controller, and hook it up to a Kubernetes sample app service.

1 MIN READ arrow_forward