Skip to main content

Docker Enterprise and what’s new in 2.1?

Docker Enterprise and what’s new in 2.1?

2018 was a busy year for the tech world, and this year looks to be no different, with Serverless and Containers expected to dominate mind-space in 2019. Docker has already started stepping up their game with the intention of redefining the experience of using Docker with a new Docker Hub that combines the Docker Store, Docker Cloud, and Docker Hub functionality in one place.

Writing smart contracts using Ethereum

Writing smart contracts using Ethereum

In my previous blog, I discussed how you can build a simple Blockchain using Ethereum and Python on a Linux/Ubuntu box. Now that you are aware of a Blockchain using Ethereum, you may want to know about the next popular thing in the crypto space i.e. smart contracts. “What is smart contracts” has become one of the most-asked technology questions. So, let's talk more about smart contracts.

SaaS-ified workflow and provisioning automation using Ansible and K8s

SaaS-ified workflow and provisioning automation using Ansible and K8s

See how Opcito SaaS-ified workflow and provisioning automation using Ansible and Kubernetes

Engagement details

Everyone needs a free trial and POC to try out any new service or study its impact. In this case, the prospects or the users had to go through a tedious and time-consuming process that involved several manual approvals and an undefined workflow. Plus, the prospects had to sign up for a public cloud account to evaluate these services, which meant increased overheads. And this lengthy procedure was affecting the business resulting in a loss of possible customers.

Technologies

  • Microservices
  • Cloud

Tools and platforms

  • Ansible
  • Kubernetes

Benefits

  • Reduced turnaround time for free trials from hours to mins
  • Simplified spinning up process for POCs and free trials with a ticketing system and structured workflow.

Subscribe to our feed

select webform

Rehashing re:Invent

Rehashing re:Invent

The holiday season is a very merry time for everyone. You have Christmas to look forward to. And in addition to this, when it comes to late November, there is something else I have been looking forward to since 2012 (coincidently, I started my journey as a techie around the same time.) Yes, you guessed it right. I am talking about AWS re:Invent. Since its first edition, re:Invent has been an exciting conference for the computing community around the globe.

Kubernetes 1.13 is here!

Kubernetes 1.13 is here!

Kubernetes’ final release for 2018 is here! This is the fourth release of the year and it comes just 10 weeks after the 1.12 release. Like the previous release, this release continues to focus on stability and extensibility. There are 3 major features that are graduating to GA in this release. They are Kubeadm, Container Storage Interface (CSI), and CoreDNS which is now the default DNS with every Kubernetes installation.

Let's take a quick drive through each of these new GA features.

Multi-cloud DB provisioning and replication portal

Multi-cloud DB provisioning and replication portal

See how Opcito developed a multi-cloud database provisioning and replication portal

Engagement details

An on-prem cluster management solution had a manual installation process, which was time-consuming, and installing a new node was also a trouble every time. An automated installation process and a centralized platform to manage users and products were the solutions to this problem. Plus, migrating the solution to the cloud for inherent advantages was necessary.

Technologies

  • Cloud
  • Front-end
  • Microservices
  • Containers

Benefits

  • Reduced installation time
  • Multitenant and multi-cloud solution to manage multiple clusters.

Subscribe to our feed

select webform

Auto-healing MongoDB replication with Terraform

Auto-healing MongoDB replication with Terraform

Data is the next big thing, and this has accentuated the importance of the way you manage your database. There are various operations that you perform with your database such as replication, partitioning, sharding, etc. These operations, most of the time, are not necessarily mutually exclusive. Database replication is one of the key operations when it comes to data recovery, fault tolerance, and consistency.

Building Skeleton Component with React and SCSS

Building Skeleton Component with React and SCSS

Every developer wants to ensure the best performance for the application that is being built. Most of us concentrate more on technicalities when it comes to the performance of the application. Of course, that is the most important part of any application. But you often ignore a part of the performance called perceived performance. Perceived performance is nothing but how fast an action appears to happen to the user.

Create your own Blockchain using Python and Ethereum

Create your own Blockchain using Python and Ethereum

Blockchain, as the name suggests, is a collection of blocks or data records chained together in a cryptographic fashion. Each block in the chain contains a hash of the previous block, timestamp, and transaction data, securing it from intruders/attackers and modifications in the future. This immutability is one of the most interesting features of the Blockchain.

Why you should be excited about Kubernetes 1.12?

Why you should be excited about Kubernetes 1.12?

I’m a bit late writing about this release of Kubernetes. It's already their 3rd release of 2018. Looking over the release notes and playing around with the new features is clear that the focus of the last release (making internal improvements) is continued in this release. The most notable features of this release are the support for Azure Virtual Machine Scale Sets (VMSS) and my personal favorite kubelet TLS Bootstrap.