Skip to main content
Contact our team to know more about our services
select webform
Become a part of our team
select webform
One file only.
1.5 GB limit.
Allowed types: gif, jpg, jpeg, png, bmp, eps, tif, pict, psd, txt, rtf, html, odf, pdf, doc, docx, ppt, pptx, xls, xlsx, xml, avi, mov, mp3, mp4, ogg, wav, bz2, dmg, gz, jar, rar, sit, svg, tar, zip.

From The CEO's Desk: To Microservice or Not To Microservice Is Not The Question

To Microservice or Not To Microservice Is Not The Question

Microservices are a way of breaking large software projects into loosely coupled modules, which communicate with each other through simple protocols. Microservices is a fairly familiar term, but do people understand the term fairly? It can be a fair question. I see a lot of companies approaching Opcito for consultation related to microservices architecture, and I like all the buzz around microservices.

Secure your Kubernetes clusters with RBAC

Secure your Kubernetes clusters with RBAC

Introduction:

Kubernetes is an open-source container orchestration tool to manage applications in a clustered environment. In its latest release (version 1.6), Kubernetes introduces new features such as DaemonSet, ETCD v3, scalability updates, advanced scheduling, and improvements to Kubeadm. In addition, the new RBAC authorizer is another interesting feature of Kubernetes 1.6. Within Kubernetes, authorization happens as a separate step from authentication.

From The CEO’s Desk: AIOps - Minority Report of IT world

AIOps - Minority Report of IT world

Minority Report is a 2002 American science fiction film directed by Steven Spielberg. Why am I talking about movies all of a sudden? The movie had a very interesting theme where a special police unit can arrest murderers before they commit their crimes; for me, system failures, or any failure, for that matter, in IT is a crime. Even though we can’t predict the future in real life, we can at least analyze real-time data and stats to reach a conclusion and avoid or stop crime before it affects your system.

All You Need To Know About Angular 4

All You Need To Know About Angular 4

AngularJS is one of the most popular JavaScript frameworks for creating and managing Web applications. The latest upgrade to this framework was released by Google in March 2017, with major improvements and added functionality. For most applications, Angular 4 has adopted Semantic Versioning and is backward compatible with Angular 2.

From The CEO's Desk: Docker’s Moby and LinuxKit - Making Containers Mainstream!

Docker’s Moby and LinuxKit - Making Containers Mainstream!

We all have been hearing about Containers for a long time now. 1979 was the year when we first saw what Unix v7 could do, and in recent times, we have been looking at Windows server containers and Hyper-V containers. Its inherent advantages, like more computing workloads with lesser hardware, made it popular, and as a result, we have witnessed the rate at which businesses have moved and are still moving their server applications to containers.

Sneak Peek Inside Our New Office

Sneak Peek Inside Our New Office

It feels like yesterday when we discussed the business plan and wrote code in a single-room office. And we are happy to announce-"We've moved!" Our team has expanded in the past few months, and it was time for an upgrade in terms of facilities and location. As Opcito is on an incredible growth trajectory, we look at this new location as the start of another phase in our incredible journey.

How to seamlessly deploy a python function on Fission over Kubernetes?

How to seamlessly deploy a Python function on Fission over Kubernetes?

Introduction to Fission

Fission is a new open-source, Function as a Service framework built on Kubernetes. This serverless framework focuses on developer productivity and high performance and handles the details at the container or Kubernetes level. Fission enables developers to write short-lived functions in any language and map them to HTTP requests or event triggers. With this framework, you can create functions and instantly deploy them via CLI.

Creating Kubernetes Clusters on AWS using KOPS

Creating Kubernetes Clusters on AWS using KOPS

Why Kubernetes?

Kubernetes is an open-source system for automating containerized application deployment, scaling, and management. Kubernetes has emerged as the go-to solution for all your distributed architecture queries. It groups containers that make up an application into logical units for easy management and discovery. But how do you actually provision and deploy a production-ready Kubernetes cluster while ensuring high availability?
The answer is KOPS.