Operations | Monitoring | ITSM | DevOps | Cloud

Best Practices: Onboarding Jfrog Xray

JFrog Xray is a Software Composition Analysis tool (SCA) which is tightly integrated with JFrog Artifactory to ensure security and compliance governance for the organization binaries throughout the SDLC. This video provides best practices learned from customers for successfully deploying JFrog Xray into your organization and performing a real Shift-Left. It will focus on two keys to success, 1. involving R&D and 2. starting small and working in cycles.

Speed Up Your Maven Builds With Jfrog Artifactory

The code we develop ends up being packaged into artifacts that are consumed as dependencies during the development of other software components. JFrog offers an end-to-end Maven repository solution to resolve complex challenges that come with consuming and developing all these artifacts. There are many reasons why you may want to use JFrog Artifactory as your Maven repository. As a Maven repo, Artifactory is both a source for artifacts needed for Maven builds and a target to deploy artifacts generated in the build process.

Set up Let's Encrypt TLS Encryption using the HAProxy Kubernetes Ingress Controller

When it comes to TLS in Kubernetes, the first thing to appreciate when you use the HAProxy Ingress Controller is that all traffic for all services traveling to your Kubernetes cluster passes through HAProxy. Requests are then routed towards the appropriate backend services depending on metadata in the request, such as the Host header. So, by enabling TLS in your ingress controller, you’re adding secure communication to all of your services at once. HAProxy is known for its advanced support of the important performance-oriented features available in TLS.