orchestration – POFTUT

Run Commands In Local and Remote System With Powershell Invoke-Command Cmdlet

Running commands in local and remote systems have different methods. We can use psexec , commands own feature or Invoke-Command cmdlet. In this tutorial we will look how to use Invoke-Command in powershell. Invoke-Command runs commands remotely and returns the output like success or error messages. Help Detailed help about the Invoke-Command can be get like below. PS> Run Powershell Script … Read more

How to Setup Kubernetes 1.4 on Ubuntu

Kubernetes is production grade container orchestration tool which automates container deployment, scaling and management. It is a google product that is used at google internally. Kubernetes newer outgrows because it is flexible. Kubernetes is opensource so there is no restriction, fees etc. Some of companies that use kubernetes is Pearson, Ebay, Wikimedia. Kubernetes have the … Read more

How to Install Ansible and Manage Servers?

Enterprise IT needs more than traditional IT tools. Because there are different architecture and styles in IT infrastructure. In a small company one web server is enough for all but in an enterprise company, there may be 10 – 100 web servers for the department’s different needs. Here one of the most important things is … Read more