June 2018 Summaries
7 posts from JFrog
Filter
Month:
Year:
Post Summaries
Back to Blog
Atlassian's Bitbucket Pipelines, launched in 2016, has become an integral tool for incorporating continuous integration and continuous deployment (CI/CD) directly into the Bitbucket git repository, offering seamless automation and extensive integrations to enhance workflows. This blog post outlines how Bitbucket Pipelines can effectively integrate with JFrog products to containerize and distribute Node.js applications in a scalable manner. The integration involves using JFrog Artifactory as a repository manager, JFrog Xray for scanning vulnerabilities, and JFrog Bintray for distributing build artifacts, all facilitated through the JFrog CLI. The process is detailed step-by-step, from setting up the environment and cloning projects to publishing npm packages, building Docker images, and automating the entire workflow via Bitbucket Pipelines. The synergy between Atlassian and JFrog provides a robust solution for managing build information, enhancing visibility of dependencies, and ensuring secure and efficient software delivery.
Jun 21, 2018
1,323 words in the original blog post.
Kubernetes has become the industry standard for container orchestration, and JFrog is enhancing this ecosystem by supporting new capabilities available in Azure Kubernetes Service (AKS), which is now generally available in five new regions. This collaboration enables DevOps teams to release software more efficiently by integrating JFrog Artifactory, a Kubernetes registry, with AKS, while leveraging automation tools like Jenkins and CircleCI. The integration of Azure Active Directory (Azure AD) with AKS allows for seamless management of user access across Kubernetes clusters and other cloud services, enhancing security through consistent permission controls. JFrog Artifactory also synchronizes with Active Directory, simplifying access management for repositories and Azure infrastructure. Users can deploy Artifactory to AKS using various methods, including the artifactory-ha Helm chart or Azure Virtual Machines, and manage their development pipelines effectively by controlling access and resources through Azure AD.
Jun 13, 2018
522 words in the original blog post.
JFrog Artifactory serves as a versatile artifact manager supporting all major package formats and integrates seamlessly with various development ecosystems, including Docker environments. It facilitates the migration of Docker registries to Artifactory using the Docker2Artifactory migrator, which simplifies the process to a single command, accommodating different registries such as Amazon ECR, Docker Hub, and Google GCR, among others. The tool utilizes Docker REST APIs and registry-specific custom APIs to migrate images efficiently while preserving existing data unless specified otherwise. Users have the flexibility to migrate entire contents or specific subsets of their source registries, and the tool produces a detailed report upon completion. Additionally, the SecurityMigrator tool assists in transferring user, group, and permission management data for select registries like Quay Enterprise Edition and Docker Trusted Registry (DTR), with further guidance available on the public Docker2Artifactory GitHub project.
Jun 12, 2018
653 words in the original blog post.
Microsoft Azure services are widely used by companies and government agencies for software development and hosting due to their ability to simplify infrastructure management by using cloud-based solutions. Azure Resource Manager (ARM) templates facilitate the deployment and management of resources on Azure by treating infrastructure as code, which enhances consistency across development, test, and production environments. The blog post details a customized ARM template specifically designed for setting up a JFrog Artifactory High Availability (HA) cluster on Azure, offering a step-by-step guide to deploying and managing the environment efficiently. The process involves using a JSON description file to deploy the necessary resources in a coordinated operation, allowing for easy scaling according to organizational needs. The blog also provides instructions on customizing the template via the JFrog-Cloud-Installers GitHub repository, ensuring users can adapt the deployment to their specific requirements.
Jun 07, 2018
568 words in the original blog post.
Artifactory, combined with Bit's component-as-a-service platform, enhances software development by facilitating scalable code sharing, improving maintainability, and expediting delivery. Bit allows developers to isolate and share JavaScript components from existing projects, which can be accessed and used as NPM packages through Bit's public registry. Artifactory serves as a caching proxy, ensuring reliable access and availability of these components without requiring developers to alter their workflows. This integration not only streamlines the package management process by consolidating internal and external package consumption but also provides robust caching for continuous integration and continuous deployment (CI/CD) processes. By leveraging Bit and Artifactory, organizations can lower the barriers to code reuse, enhance component discoverability, and maintain a unified and efficient development workflow.
Jun 06, 2018
832 words in the original blog post.
SwampUP 2018 was characterized by a wealth of opportunities for learning, networking, and sharing knowledge on the latest in DevOps, with participation from industry giants like Google, Amazon, Microsoft, and Netflix. Held in Napa Valley, the event included a popular training day featuring hands-on sessions with JFrog products and keynote speeches from notable industry figures who discussed topics ranging from cloud computing to serverless architectures. A highlight was the launch of the book "Liquid Software" by JFrog's leadership, exploring the future of continuous updates in the software industry. The event also introduced JFrog Enterprise+, a platform designed to manage secure continuous updates, which garnered significant interest from participants. Breakout sessions offered intimate settings for direct engagement, with hot topics including DevOps, Kubernetes, and Helm. The sponsor expo provided valuable exposure and feedback opportunities, solidifying the event's reputation as a significant platform for industry engagement.
Jun 05, 2018
1,081 words in the original blog post.
Amazon Elastic Container Service for Kubernetes (Amazon EKS) is launched with JFrog as an integration partner, highlighting the increasing adoption of Kubernetes even among latecomers. JFrog, a significant player in the container movement, offers a Kubernetes Registry compatible with various providers and emphasizes the combination of essential components like a Kubernetes cluster, a pipeline, and JFrog Artifactory to create a seamless infrastructure abstraction. The blog post provides a detailed guide on configuring Artifactory as a Kubernetes registry for EKS, with deployment options including subscription through AWS Marketplace or deploying to an EKS cluster using a Helm chart. It walks users through the process of setting up Artifactory for managing software repositories, configuring Docker as a private registry, and deploying a simple nginx application on the EKS cluster. This comprehensive setup promises a secure and efficient environment for running cloud-native applications, urging users to provide feedback on their experience.
Jun 05, 2018
925 words in the original blog post.