Dockerfile: Creating Images with Best Practices

Cloud Native applications are delivered as containers. Containers, and more specifically, container images encapsulate the application and all its dependencies in a portable format. Containerizing an application involves creating a Dockerfile, building the image and pushing it to an image registry. Create a Dockerfile To containerize an application, create a Dockerfile alongside the application’s source code. The Dockerfile has instructions describing how […]

Tanzu Application Platform (TAP) Technologies

The Tanzu Application Platform is a collection of Kubernetes controllers that, when used together, provide high-level abstractions targeted at Application Developer and Operators. These abstractions are Kubernetes-native APIs and fit cleanly into the Kubernetes ecosystem allowing developers to opt-into the complexity and power of Kubernetes when appropriate, without losing the overall power of the platform. Finally, TAP provides the Developer […]

Exploring the Secure Software Supply Chain in the Modern DevOps Era

DevOps, a new breed in the fast changing world of software development, created a change which promotes communication and collaboration across IT and its stakeholders. With the recent advent of Agile methodologies and container technology, attention was focused on automating the software supply chain. The process seeks to strengthen software delivery speed through continued integration, testing, delivery, deployment, and checks, […]

Understanding Automation Orchestrator User Roles and Group Permissions

In the realm of IT automation, being able to have precise control over who can access what can be a game changer. VMware Aria Automation Orchestrator takes this seriously with new emphasis on user roles and group permissions. Here is a closer look at how these features are set up and why they matter. Roles: The Gatekeepers of Access Roles […]

VMware Aria Orchestrator – Datasheet

Hey there, Blog Readers! Today, I’m excited to introduce you to VMware Aria Automation Orchestrator, a remarkable solution designed to simplify complex IT tasks and supercharge efficiency. Whether you’re an IT professional or simply curious about the latest tech trends, this is one tool you’ll want to know about. If you want to check my workflows, actions and other topics […]

Add Computer to AD Group (vRO Script)

In this blog post, we’ll guide you through the process of adding a computer object to Active Directory (AD) group using VMware Aria Orchestrator(vRO) action. Often, when working with VMware Aria Orchestrator, administrators face challenges in effectively integrating it with AD groups. This integration is crucial for efficient management and automation of IT tasks. I have developed an action that […]

Manage Composite Types in vRO Script

In this blog post we are going to show how to manage composite types in vRealize Orchestrator (vRO). You can group multiple parameters as class type that are logically linked in a new type called a composite type. I am going to show how to use composite types in code snippet. Sample Composite Inputs Name Type name string size number […]

vSphere Replication Çalışma Mantığı

Merhabalar, bugunkü yazımda vSphere Replication ürününden ve çalışma mantığından bahsetmek istiyorum. Hemen bir soru ve cevabı ile birlikte giriş yapalım. Neden vSphere Replication kullanıyoruz? vSphere Replication, VMware vSphere familyasına ait bir replikasyon ürünüdür. VM’leri vCenter’lar arasında veya aynı vCenter içerisinde yer alan VM’leri farklı datastore’lar arasında replike etmenizi sağlayan bir üründür. Kısaca vSphere Replication ürünü sayesinde VM’lerin replikasyon işlemlerini gerçekleştirebilirsiniz. […]

VMware vCenter Converter P2V ve V2V Transfer Hızını Artırma

VMware vCenter Converter Standalone, P2V (Fiziksel – Sanal Dönüştürme) ve V2V (Sanal – Sanal Dönüştürme) dönüşümlerini kolayca gerçekleştirmek için VMware’dan ücretsiz bir araçtır. Converter’ın geçişleri gerçekleştirilirken dönüştürme işlemlerinin aktarım hızının düştüğü fark edilmiştir. Bu gönderi, VMware vCenter Converter’ı kullanarak geçişler gerçekleştirirken geçişin aktarım hızını artırma prosedürünü açıklar. VMware vCenter Converter, veri aktarımlarını SSL ile şifreleyerek, NFC adli özel bir protokol […]