Operations | Monitoring | ITSM | DevOps | Cloud

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

Exploring Azure Kubernetes Service and its monitoring capabilities

What is Azure Kubernetes Service? Azure Kubernetes Service (AKS) is a fully managed open-source container orchestration service offered by Azure. Provisioning, scaling, and upgrading resources can be done without causing downtime with Azure Kubernetes Service. Container orchestration in Kubernetes enables deployed application components to be isolated in distinct containers that can scale independently. A cluster made up of these containers functions as a microservices-based software product.

Cloud repatriation drivers

With the looming macroeconomic uncertainties that are affecting growth, companies are trying to control their costs by downsizing their staff and reducing their infrastructure costs. One way to reduce infrastructure costs is repatriating workloads from public clouds, which we refer to by “cloud repatriation”. According to a 2021 survey by 451 Research, 48% of respondents repatriated some of their workloads from cloud providers.

Streamline user lifecycle management with ADManager Plus' orchestration

Orchestration in an IT environment refers to the coordinated management of workflows, applications, and systems, with the primary goal to optimize business performance by streamlining processes. Using orchestration, IT administrators can automate, from a single console, a series of tasks to run at a defined time or interval. This includes automating IT tasks like provisioning of user accounts, as well as managing databases, incidents, applications, and cloud resources.

Optimize Kubernetes Performance Part 2: Creating Comparisons

The main idea behind Kubernetes is to create a standardized approach to running containers in the cloud. Whether you’re running AKS on Azure or EKS on Amazon, your cluster should still behave in more or less the same way. But that’s not to say you’re locked in to doing things one way; Kubernetes still offers a lot of flexibility in many cases. This is what experienced engineers take advantage of when trying to optimize Kubernetes performance.

How to reduce developer time to code

Reducing development and testing time is one of the top priorities for software development teams. A reduced development time allows teams to move ahead with projects faster and focus more on testing and refining them, which is especially important for end-user-based projects. This is because UI-UX-heavy projects often need to be put through a rigorous review and refinement process before they can finally be launched for customer use.

The ultimate guide to scanning Kubernetes workloads using Trivy-Operator

Testing is a vital aspect of security. Unfortunately, there are vulnerabilities that bypass the testing stage and introduce flaws in the production environment. Kubernetes vulnerabilities make more impact when exploited on running applications and production environments. These vulnerabilities can allow hackers to exploit the host machine if the container has escalated privileges.

How to Set up SLOs and Configure SLIs in Squadcast | Tracking Error Budget & Burn Rates | Squadcast

This video will help you define and monitor Service Level Objects for your services and also set up and track error budget burn rates in Squadcast. A Service Level Objective (SLO) is a reliability target, measured by a Service Level Indicator (SLI), and sometimes serves as a safeguard for a Service Level Agreement (SLA). SLOs represent customer happiness and guide the development team’s velocity.

An Introduction to Talos Linux: The New Kubernetes Operating System

As the cloud native environment becomes increasingly more complex, new systems are needed to combat this issue and create simplified, secure, and stable working environments. Sidero Labs developed Talos Linux as a way to run Kubernetes consistently across all platforms, such as Edge, Cloud, Virtual, and Bare Metal. Talos Linux is a secured Linux distribution designed specifically for managing Kubernetes.

Just Stick to the Script?

Have you ever patched your servers using scripts only to realize that you missed another script for pre-update configuration compliance that had to run beforehand? Most IT organizations start with scripting simple, repetitive tasks in either Python, PowerShell, or Perl to help provide the quickest ROI. Common pain points solved for are creating user accounts, installing patches, software, and provisioning resources such as virtual machines (VMs), etc.