Home / Companies / JFrog / Blog / February 2018

February 2018 Summaries

5 posts from JFrog

Filter
Month: Year:
Post Summaries Back to Blog
As businesses increasingly rely on Binary Repository Managers for efficient software delivery, many find themselves needing more robust solutions as they grow, leading to migrations from platforms like Sonatype Nexus to JFrog Artifactory. Artifactory is favored for its support of all major package formats, scalability, and high availability, alongside its unique checksum-based storage that optimizes performance. Despite the benefits, the migration process can seem daunting, so JFrog introduced the NexusToArtifactory migration tool, which simplifies this task with a user-friendly, wizard-like interface. This tool facilitates the migration of various elements, including repositories, user roles, and configurations, by guiding users through setup and execution steps, thus alleviating concerns over the complexity of transitioning to Artifactory. However, it is important to note that the nexus2artifactory migrator has been deprecated, and users are encouraged to consult the latest JFrog documentation for current migration guidance.
Feb 22, 2018 592 words in the original blog post.
Containerized microservices provide a consistent environment for applications from development through production, and as their number increases, Kubernetes has become the standard for managing and orchestrating these containers. Microservices allow for the breakdown of complex applications into more manageable, agile components, facilitating faster software releases. The blog outlines a 5-step process for deploying containerized microservices within a CI/CD pipeline using Artifactory and Helm: developing the microservice, creating a Docker framework, building a Docker image, crafting a Helm chart, and deploying to a Kubernetes cluster. Artifactory serves as a universal repository manager, enabling the deployment of microservices and offering auditability by capturing metadata throughout the CI/CD process, which includes build information and dependency tracking. It also works in conjunction with tools like JFrog Xray to ensure security and compliance, and provides the capability to trace build differences and verify license compliance, enhancing the reliability and transparency of the deployment process.
Feb 20, 2018 494 words in the original blog post.
The blog post explores the security challenges associated with container content and container registries in microservices development on OpenShift, focusing on how JFrog Xray, integrated with Artifactory and CI tools, addresses these issues. It illustrates a scenario where multiple microservices, running on different nodes and regions of OpenShift, face high CVSS score security vulnerabilities, raising critical questions about the impact on microservices, tracing CI jobs that produced vulnerable binaries, and preventing the spread of these vulnerabilities. JFrog Xray's integration facilitates impact analysis by evaluating affected microservices and tracing vulnerabilities back to specific CI jobs responsible for creating compromised artifacts. Moreover, Xray enforces policies at multiple levels to prevent the deployment of vulnerable microservices, using metadata to ensure compliance in terms of security, licenses, and quality. Installation of Xray on OpenShift is simplified through templates, allowing users to effectively manage and monitor microservices security.
Feb 19, 2018 660 words in the original blog post.
The text discusses various tools for debugging Docker registries, offering recommendations for effective troubleshooting. It mentions Docker in Docker (dind) as an efficient way to test different Docker versions swiftly, while Charles Proxy is highlighted as a robust HTTP proxy for inspecting and manipulating HTTP traffic. Socat, described as the "master of sockets," is used for analyzing client-daemon interactions in Docker, and Groxy is presented as a lightweight reverse-proxy specifically designed for use with JFrog Artifactory's Docker registry APIs. The text encourages readers to explore walkthroughs for practical demonstrations of these tools and suggests consulting the JFrog Knowledge Base for expert guidance.
Feb 15, 2018 275 words in the original blog post.
Artifactory has expanded its integration capabilities by enabling the deployment of binaries hosted on its platform to Tectonic, an enterprise-ready Kubernetes platform designed for running containerized microservices securely. This integration facilitates comprehensive end-to-end binary management and enhances the CI/CD workflow by supporting various software package management systems like Docker, NPM, and Conan. The blog details the steps to deploy Docker images from Artifactory to Tectonic, emphasizing the importance of using Docker build info for traceability and providing a sample configuration for deployment and authentication using Kubernetes commands. It also highlights the significance of capturing valuable metadata during the CI process, which aids in tracing the origins of applications within Docker images. Additionally, Artifactory supports multi-site replication, enhancing the robustness and reach of deployment strategies across different environments.
Feb 02, 2018 636 words in the original blog post.