Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Running and Deploying Elasticsearch on Kubernetes

Big data, AI, machine learning, and numerous others are all buzzwords we seem to throw around lightly in recent years. Even though they are hugely different from one another, they all have one thing in common. Data! Huge amounts of data that need to be managed. The downside of that is that the more data you have the more of a headache it is to store, query, and make sense of.

Cloud Native CI/CD: How Engineering Teams Accelerate with Kubernetes, Docker, and Codefresh

Is your organization is looking to embrace containerization and microservices? In this webinar, you will learn how Kubernetes manages container-based applications and their associated networking and storage components. You will also learn about the evolving Kubernetes ecosystem, which includes components such as Helm charts, Istio, etc.

Disable EBS Fast Snapshot Restores Action

A few weeks ago, Amazon announced a new feature for EBS snapshots: Amazon EBS Fast Snapshot Restore (FSR). Normally, accessing data on new EBS volumes was quite slow as the data is lazy-loaded from S3. When Fast Snapshot Restore (FSR) has been enabled on an EBS snapshot, new EBS volumes created from that snapshot will allow fast data access. While this feature is very good, it’s very expensive to keep enabled on an EBS snapshot for a long time.

VS Code with Jira and Bitbucket - Demo Den December

Learn how to use Atlassian for VS Code, a new Bitbucket Cloud and Jira Software Cloud extension for Microsoft’s Visual Studio Code. Join Senior Product Manager, Integrations, Alastair Wilkes in our December Demo Den. See how to create and view issues, start work on issues, create pull requests, do code reviews, get build statuses, kick off your CI/CD, right where we think they should be: in your IDE, alongside your code.

Using Multi stage Docker, Go, Java,& Bazel to DESTROY Long Build Times

Those long build times are EMBARRASSING! In this EPIC click-batey talk, we’ll open up our toolbox to optimize build times down to nothing. Multi-stage Docker will be critical but so will Bazel, Go, and yes, even Java. No matter what kind of environment you’re running, you’ll find some best practices to speed up your times, scratch that, you’ll DESTROY those AWFUL build times with DEVOPS and CI TOOLS.

Why you should be using Multi-Stage Docker Builds in 2019 (EU Time Zones)

Docker multi-stage builds were announced 2 years ago, but sadly not all developers are using them. Using multi-stage builds can result in a much more secure and smaller Docker image. In some cases, you can take a Docker image from 700MB to 20MB, which makes a big difference in the context of CI/CD. In this webinar, we will see how to use multi-stage Docker builds and the best practices around them.