Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Why GOPROXY Matters and Which to Pick

Starting with Go 1.13, Go modules are the standard package manager in Golang, automatically enabled on installation along with a default GOPROXY. But with other GOPROXY options like JFrog GoCenter, as well as your own Go module packages you need to keep secure from public view, what kind of configuration should you choose? How can you keep your public and private Golang resources from becoming a tangled knot?

Local Kubernetes Development with Okteto

At Codefresh we understand how much Kubernetes has changed the local flow for developers and we have already covered not only local Kubernetes distributions for Mac, Windows and Linux, but also specialized tools such draft, skaffold, garden.io and tilt.dev that are focused on developers who work with Kubernetes. This time we will look at Okteto, a brand new tool that aims to make developers more productive when using Kubernetes.

Free Go Module Vulnerability Scanning in Visual Studio Code

If you’re a Golang developer using Visual Studio Code, keeping at-risk Go Modules out of your apps just got easier, and for free. Today we’re announcing a new version of the JFrog extension for VS Code, available for free download. This integration brings live vulnerability information about every public Go Module you’re using directly into your source editor from the rich metadata of JFrog GoCenter.

Razorops CI/CD with Linode Kubernetes Engine

Linode is one of simplest, affordable, and accessible cloud computing platform, It has recentely launched managed Kubernetes called Linod Kubernetes Engine(LKE). Following video expalins how to create Linode Kubernets Cluster and Connect to RazorOps Dashboard. Razorops is a container Native CI/CI tool to automate and ship you application to any Kubernetes.

JFrog Leaps for Growth: Appoints Independent Board Members From Jive, Netflix and Five9

The world of software drives digital innovation, and software delivery is increasingly being driven by JFrog. We’re honored and humbled to continue to grow alongside our customers. To enable our next leap ahead, we’re proud to announce that we’ve appointed key industry leaders as independent members of our Board of Directors that will assist us to further grow in the DevOps market.

The Definitive Guide to Configuration Management Tools

Many of the available configuration management tools, such as Ansible, Terraform, Puppet, Chef, and Saltstack provide automation for infrastructure, cloud, compliance and security management, and integration for deployment and continuous deployment (CI / CD). But what is the best tool to start automating your particular environment? The difficult task of evaluating Configuration Management Tools prevents DevOps from evolving technically and proposing improvements to the environment they manage.

Using Codefresh to Deploy a Windows Server Application to Google Kubernetes Engine

While Kubernetes has been traditionally used with Linux workloads, the desire to run Windows applications is an important need for many organizations that have critical applications running on Windows Server. Docker has already offered support for native Windows containers, so the next missing piece would be Windows node support in Kubernetes clusters. Google Cloud has recognized this gap and is now offering Windows support for Kubernetes clusters.