Syed Mahmood Alisyedmahmoodali.hashnode.dev·Dec 11, 2024Kubernetes and TLS: A Symphonic IntegrationToday, I'll demonstrate the process of issuing and approving a certificate for a new user in a Kubernetes cluster. STEP 1: Generate a private key using the following command openssl genrsa -out myuser.key 2048 STEP 2: Generate a CSR (certificate sig...Kubernetes
Neeraj Guptaminex.hashnode.dev·Dec 11, 2024Securing Todo Apps: Implement Kubernetes Ingress with SSL/TLSThis blog will use ingress to manage routing rules, load balance traffic, and enable SSL/TLS. Pre-requisite Kindly refer to the following blog series, before this for better understanding.Todo App in K8s Also, refer to the recent blog on the Ingress....1 likePython-based Todo App in Kubernetesingress
Gedion Danielblog.gediondaniel.dev·Dec 1, 2024AWS CloudFront: Speed Up Your Content Delivery WorldwideImagine if Netflix had to stream all its videos from a single location. Users in Australia would have to wait forever to watch their favorite shows! That's why they use AWS CloudFront, Amazon's Content Delivery Network (CDN). Let's explore how CloudF...Cloud
Subhanshu Mohan Guptablogs.subhanshumg.com·Nov 30, 2024Ensuring Inter-Agent Data Integrity in Multi-Node DevSecOpsIntroduction In modern DevSecOps environments, where distributed systems and multi-node architectures are prevalent, ensuring data integrity during inter-agent communication is crucial. Compromised data exchanges can lead to system failures, vulnerab...10 likes·41 readsAI powered DevOpsMultiNodeArchitecture
Piotrpiotr.hashnode.dev·Nov 24, 2024Deploy Jenkins in a container and use localhost's Docker API securely - Complete GuideIntroduction It's well-known that Jenkins' popularity and developer affection have been steadily declining over the years. It’s difficult to maintain, has the plugin system that causes a lot of headaches; and don’t get me started on Groovy. DevOps fo...Jenkins
Gourav KumarforKeploy Tech Blogkeploy-blog.hashnode.dev·Nov 20, 2024Docker Containers: Enabling SSL for Secure DatabasesWhy Enable SSL for Databases? Security is critical for any application, especially when dealing with sensitive data like financial records or user information. Databases such as MongoDB and PostgreSQL communicate over the network, making them vulnera...Docker
Romman Sabbirrommansabbir.com·Nov 11, 2024Network Security in Android: A Comprehensive Guide [PART 4]Network security is critical for protecting the communication between your Android app and remote servers. Without proper security measures, sensitive data like user credentials, personal information, or financial details can be intercepted, altered,...50 readsAndroid : Security, Encryption and Secure Practicescertificatepinning
Ehsan Mirsaeedimirsaeedi.hashnode.dev·Nov 11, 2024mTLS & ASP.NETIn Microsoft, we use mTLS (Mutual Transport Layer Security) extensively to secure our service-to-service (S2S) communications. In this short post, I’m going to cover what mTLS is and how it can be used in dotnet. Link: mTLS protocol explained in TLS ...mTLS
Nicholas Diamondnicholasdiamond.hashnode.dev·Nov 9, 2024Fixing Common SSL/TLS Errors in Node.js ApplicationsAs web security becomes more critical, SSL/TLS (Secure Sockets Layer / Transport Layer Security) is a foundational protocol for ensuring encrypted communication between servers and clients. When building secure Node.js applications, you may encounter...457 readsNode.js
Yarelys Riveracyberyara.com·Nov 4, 2024How Secure Web Traffic Happens: Step-by-Step GuideWe've all experienced that sense of relief when we see the lock icon or “your connection is secure”. But have you ever wondered what's happening behind the scenes to make that possible? Secure web traffic is essential for protecting sensitive data tr...Secure Web Traffic