Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

JFrog Pipelines - CI/CD for Native DevOps Automation

Learn how to optimize your complete end-to-end development and delivery process by using JFrog Pipelines. JFrog Pipelines is an automation service for performing the tasks of building, testing, and deploying software as part of a system of continuous integration and continuous delivery (CI/CD). It can help you easily create smart, event-driven workflows across your tools and teams to help you release applications faster.

Three Ways to Create Docker Images for Java

Long before Dockerfiles, Java developers worked with single deployment units (WARs, JARs, EARs, etc.). As you likely know by now, it is best practice to work in micro-services, deploying a small number of deployment units per JVM. Instead of one giant, monolithic application, you build your application such that each service can run on its own. This is where Docker comes in!

Enhancing Kubernetes Security with Pod Security Policies, Part 1

Kubernetes Pod Security Policies (PSPs) are a critical component of the Kubernetes security puzzle. Pod Security Policies are clusterwide resources that control security sensitive attributes of pod specification and are a mechanism to harden the security posture of your Kubernetes workloads. Kubernetes platform teams or cluster operators can leverage them to control pod creation and limit the capabilities available to specific users, groups or applications.

Artifactory Powers MicroEJ Forge IoT Application Store

Thousands of devices means thousands of software components, metadata items, and builds. Coordinating all that data for an Internet of Things system requires a binaries manager built for reliability and scale. That’s the challenge that faced MicroEJ, a software vendor of cost-driven solutions for embedded and IoT devices.

Software development best practices checklist: 5 tips for beginners

This is a guest post from Ava Franklin of GoodCore Software. No matter how high your aspirations, you need someone to guide you through the initial steps of your career. For developers who have just started taking up real projects, we have prepared a checklist of best programming practices recommended by software development industry experts.

Defer Mode in Azure Service Bus Queues and Topic Subscriptions

Azure Service Bus is a brokered messaging service offered by Azure that can be used to decouple the various applications forming the business integration solving the business problem. The Applications transfer messages between them to share the data between them. The messages can be in XML, JSON or simple text format.