Skip to main content

Posts Tagged ‘Docker’

Rendering Host with Xm Cloud

Not just Next.js! Making XM Cloud work with .NET Core Headless Renderings

Next.js is a wonderful framework and paired with its vendor platform (Vercel) it indeed provides exceptional capabilities for building natively headless applications. That unfortunately shadows out another great SDK for headless implementations – .NET Core Renderings, which in my opinion is undervalued. So, I decided to give it some more care by making it work […]

Istock 1408255024

Troubleshooting Docker Connectivity Issues

If you’re planning on working with Sitecore 10.3 locally, you may run into issues when setting up a Docker container. One problem you might encounter when setting up Sitecore Docker is when trying to pull packages down, such as the .NET SDK, you might get an error that says “The remote name could not be […]

Dominik Luckmann Sinhltqouek Unsplash

LTSC2022 images for Sitecore containers released: what does it mean to me?

Exciting news! Sitecore kept the original promise and released the new ltsc2022 container images for all the topologies of both the 10.3 and 10.2 versions of their platform. The biggest benefits of new images are improved image sizes – almost 50% smaller than ltsc2019, and support for running Process Isolation on Windows 11. Check it […]

Kanawatth 1216520813 Istock

Using Docker – Multiple Virtual Machines

I work on multiple projects at the same time. In my daily workflow, I switch between projects throughout the day. It is important for me to keep my projects separate for security reasons. To accomplish this, I have a separate virtual machine for each client. I am able to stay logged in to required systems, […]

Sittipol Sukuna 1458222599 Istock

Using Docker – docker-index.exe High CPU and Disk Usage

I recently updated Docker Desktop to version 4.16.3. My system ran much slower than I am used to when running docker. My first reaction is to open task manager and see what is going on with my system. Docker Desktop is using 81% of my CPU!!!?? Expanding the item, I notice the culprit is docker-index.exe. […]

Abstracted image of glowing neon lines over servers.

Top DevSecOps Tools for 2023 to Move Your Security Left

DevSecOps is an approach to software development that emphasizes security as a critical aspect of the development process. It is a combination of development (Dev), security (Sec), and operations (Ops) practices that work together to build, test, and deploy secure software. The goal of DevSecOps is to integrate security into the software development lifecycle (SDLC) […]

Changes In Sitecore 10

Upgrading Sitecore Platforms – Changes in Sitecore 10.x

So, you find yourself in a need of a Sitecore upgrade and don’t know what to start with or how to approach it? This series of blog posts will cover the whole process from zero to hero, or in upgrade terms – from planning to going live. It comes in the form of a guide […]

Pietro Jeng N6b49ltx7nm Unsplash

Automate Zero Downtime Deployment on GKE Cluster Using Blue Green Deployment Strategy

It’s difficult to deploy a new version of code without downtime. To resolve this issue a blue green deployment strategy is used. Blue green deployment strategy is used to deploy a new version of code. With the help of blue green deployment strategy, it is possible to roll back to the previous version of the […]

Todd Trapani Mdjxgabn Xe Unsplash

Docker Bootcamp – Container Isolation Modes

Welcome back to Docker Bootcamp.  In the previous post, we learned about performance and how to tune our containers.  In this post we’ll look at another way to improve the performance of your containers by using process isolation mode.  By default, windows containers run in hyper-v mode.  When we run our containers in hyper-v mode […]

Istock 664035926

Sitecore on Docker: Common Issues You May Encounter

Running Sitecore on Docker (fully supported) is relatively new (as of version 10.0+), and there is fantastic documentation available on the internet for getting started. The goal of this post is not to re-document installation steps, but to cover the less-documented issues you may encounter during installation (and after) with your Sitecore Docker containers. Personally, […]

A man and woman working together in a data center

Deployment Of Containerized Application on Tomcat Server

Introduction: “DevOps” is the combination of tools and technologies that helps organizations deliver applications with minimal effort and in a shorter period of time. In this blog, I have implemented a DevOps strategy by integrating Github, Jenkins, and Docker to deliver small Java-based applications. Project Architecture:   Tools Used: Tomcat: Tomcat is an open-source web […]

Featuredimage

Playwright – End to End testing for Web apps

Have you ever wondered; How to simplify End-to-End testing??? Well, I guess that’s where PLAYWRIGHT comes into picture. It’s an open-source NodeJS framework by Microsoft for end-to-end automation for Web applications. Also, it helps developers to test web apps across all Browsers and modern Operating system. Optimizely AUI is an B2B marketplace website which hits […]

Load More