Second Attemp...

Occasionally, as I come across interesting Oracle Database related issues, I’ll post my thoughts and opinions and who knows what else and perhaps, just maybe, others may find it interesting or useful as well.

Let the fun begin …


One needs to understand how Oracle works in order to use it safely.

----------------------------------------------------------------------
Jan-2017.

This is my second blogging attempt, I originally created the Oracle Blog to talk about Oracle, my learning and findings in Oracle world.

But as we move on, I started working on Big Data Analytics, DevOps and Cloud Computing. So here is second attempt of blogging on Cloud Computing (AWS, Google Cloud), Big Data technologies , concepts and DevOps tools.

Thursday, August 10, 2017

Elastic Stack Introduction

Hi All,
Elastic stack is becoming very popular tool in Log Monitoring and Real Time analytics. 

Elasticsearch is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene. Since the first version of Elasticsearch was released in 2010, it has quickly become the most popular search engine, and is commonly used for log analytics, full-text search, and operational intelligence use cases. When coupled with Kibana, a visualization tool, Elasticsearch can be used to provide near-real time analytics using large volumes of log data. Elasticsearch is also popular because of its easy-to-use search APIs which allow you to easily add powerful search capabilities to your applications.

I have been working on Elastic Stack since last one year and I think should share my knowledge, understanding about Elastic Stack with you hence I have created document, PPT and Tutorial to share with you.

Please have a look and let me know if you need any help in implementing the Elastic stack in your organisation. 






Elastic Stack Introduction from Vikram Shinde






Feel free to contact me @vikshinde

Thanks

Friday, August 4, 2017

Kubernetes Autoscaling

Please find the below document for Kubernetes Autoscaling



The Tutorial can be found on below link




Tuesday, August 1, 2017

Ansible Introduction

Ansible Introduction: 

Ansible is powerful IT Automation tool which can help you with configuration management, application deployment, task automation. It can also do IT orchestration, where you have to run tasks in sequence and create a chain of events which must happen on several different servers or devices.

Ansible Installation on CentOS

$ sudo yum install ansible

Ansible Quick Demo



Ansible in Details in link below

https://www.ansible.com/webinars-training/introduction-to-ansible


Amazon AWS Certified !!!

Today I passed the AWS Certified Developer - Associate exam with 92%  Wow, I have been working on AWS since last one year and mainly usin...