article thumbnail

DevOps engineer tools: Deploy, test, evaluate, repeat

Dynatrace

DevOps platform engineers are responsible for cloud platform availability and performance, as well as the efficiency of virtual bandwidth, routers, switches, virtual private networks, firewalls, and network management. Version control system and source code management with end-to-end DevOps platform and cloud-hosted Git services.

DevOps 184
article thumbnail

The 3 biggest mistakes you can make when moving to Kubernetes

Dynatrace

As someone who has worked deep in the coding trenches with developers my whole life, I’ve hand-picked the top three mistakes you can make when moving to Kubernetes. Kubernetes was made for the Configuration as Code paradigm, and all those YAML files belong in a Git repo. How do you ensure they get the CPU and RAM they need?

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Path to NoOps part 2: How infrastructure as code makes cloud automation attainable—and repeatable—at scale

Dynatrace

Infrastructure as code is a way to automate infrastructure provisioning and management. In this blog, I explore how Dynatrace has made cloud automation attainable—and repeatable—at scale by embracing the principles of infrastructure as code. Infrastructure-as-code. But how does it work in practice? Transparency and scalability.

article thumbnail

Monitoring-as-code through Dynatrace’s Open-Source Initiative

Dynatrace

Dynatrace’s OneAgent automatically captures PurePaths and analyzes transactions end-to-end across every tier of your application technology stack with no code changes, from the browser all the way down to the code and database level. Monitoring-as-code requirements at Dynatrace. Referencing other configurations by name.

article thumbnail

Everything as Code

Dynatrace

We’re currently in a technological era where we have a large variety of computing endpoints at our disposal like containers, Platform as a Service (PaaS), serverless, virtual machines, APIs, etc. And, applying the “Everything as Code” principles can greatly help achieve that. Benefits of Everything as Code.

Code 107
article thumbnail

Firecracker: lightweight virtualization for serverless applications

The Morning Paper

Firecracker is the virtual machine monitor (VMM) that powers AWS Lambda and AWS Fargate, and has been used in production at AWS since 2018. The traditional view is that there is a choice between virtualization with strong security and high overhead, and container technologies with weaker security and minimal overhead.

article thumbnail

Trip report: Summer 2021 ISO C++ standards meeting (virtual)

Sutter's Mill

If you know about C++17 if constexpr and C++20 std::is_constant_evaluated , then you might think we already have this feature under the spelling if constexpr (std::is_constant_evaluated()) … and that’s one of the reasons to add this feature, because that code actually doesn’t do what one might think.

C++ 75