Skip to main content

Free container labs

Hello all, I am going to share free labs for quick hands on Docker and kubernetes. Hope they will be useful.

1.   Docker Lab setup












2.  Kubernetes Lab setup

Also in the kubernetes free lab you can create and manage your test server nodes.







More over message me for any discussion on containers. Thanks and good luck.

Comments

  1. Hey sorry couldn’t see link anywhere

    ReplyDelete
    Replies
    1. hello Sachin,
      sorry for in inconvenience. the links are in heading "Docker setup lab" and another heading.

      Delete

Post a Comment

Popular posts from this blog

PowerShell Gallery is currently unavailable

Recently working on an automation in windows server I got this issue and my automation got stopped. Generally by this error you will know the server is unable to reach out to the PSGallery. ERROR [DBG]: PS C:\Users\nagarro>> Get-PSGalleryApiAvailability -Repository PSGallery VERBOSE: Error in executing PowerShell Gallery is currently unavailable.  Please try again later. Resolution So 2 things which can be done here is: 1. [Net.ServicePointManager]::SecurityProtocol Run this command to check whether the tls1.2 is enabled or not. I f it is not listed just run this command- [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12      2. Sometimes the internet explorer first configuration due to security reason my cause this issue. So you need to open the PS gallery in the IE and add these sites as a exception. You can also disable the config in the registry setting of IE. I was able to solve the issue by th

Armstar Bodyguard 9XI-HD01

The flexible arm which is made of Kevlar and hard plastic powered by lithium battery pack which is fitted on the skin of the Amstar Bodyguard for "electric shock".

What is Cloud Native in simple words

As written in Cloud Native Attitude book ,  Cloud Native Computing Foundation (CNCF) says Cloud Native is about scale and resilience or “ distributed systems capable of scaling to tens of thousands of self healing multi-tenant nodes ”.