{"id":3304,"date":"2018-12-13T07:00:01","date_gmt":"2018-12-13T01:30:01","guid":{"rendered":"http:\/\/www.upnxtblog.com\/?p=3304"},"modified":"2018-12-12T16:51:30","modified_gmt":"2018-12-12T11:21:30","slug":"20-best-and-the-most-popular-reads-for-this-year","status":"publish","type":"post","link":"https:\/\/www.upnxtblog.com\/index.php\/2018\/12\/13\/20-best-and-the-most-popular-reads-for-this-year\/","title":{"rendered":"20 BEST and the most popular reads for this year"},"content":{"rendered":"<div class='booster-block booster-read-block'><\/div>\r\n<p>Here are 20 best and the most popular reads for this year,hope you would love this compilation.As always, please feel free to leave your comment in case of any questions or additional inputs.<\/p>\r\n\r\n\r\n\r\n<p><strong>Happy Holidays and Good Luck!<\/strong><\/p>\r\n\r\n\r\n\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/01\/17\/top-6-gui-tools-for-managing-docker-environments\/\">#1.TOP 6 GUI tools for managing Docker environments<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post,we take look at\u00a0TOP 6 GUI tools for managing docker environments.<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/\">Docker\u00a0<\/a>as we know,is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.Docker provides an API for interacting with the Docker daemon (Docker Engine API).The\u00a0<a href=\"https:\/\/docs.docker.com\/engine\/api\/v1.30\/\" target=\"_blank\" rel=\"noopener\">Docker API<\/a>\u00a0has allowed limitless options for interfacing with Docker engine, containers, and images to emerge from CLIs to desktop applications and web-based management tools.\u00a0Everything the Docker client can do can be done with the API.These GUI tools extensively uses API to interface with Docker engine.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"http:\/\/www.upnxtblog.com\/index.php\/2018\/02\/02\/build-docker-images-using-jenkins\/\">#2.Docker tutorial : Build Docker images using Jenkins<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post,we are going to check how to configure Jenkins to build Docker Images based on a Dockerfile. This post helps details how you can use Docker within a CI\/CD pipeline, using Images as a build artifact that can be promoted to different environments and finally production.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/01\/03\/12-open-source-iot-platforms-that-you-should-know\/\">#3.12 Open Source IoT Platforms that you should know<\/a><\/h2>\r\n\r\n\r\n\r\n<p>The Internet of Things (IoT) has opened up a new, virtually inexhaustible source of technical innovations, which are equally valuable for a broad variety of industries. Applying smart connected devices, sensors, and gateways to control each part of the production process, manufacturing and infrastructure companies are dramatically increasing their operational efficiency. At the same time, the consumer tech market has exploded with abundance of smart products and spin-off cloud services that they brought to life.In this post,we look at some of the notable open source projects in IoT arena!<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/07\/how-to-deploy-angular-6-spring-boot-app-as-single-deployment-unit\/\">#4.How to deploy Angular 6 + Spring Boot app as single deployment unit ?<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this article, we are going to check how to deploy\u00a0<a href=\"https:\/\/angular.io\/\" target=\"_blank\" rel=\"noopener\">Angular 6<\/a>\u00a0&amp;\u00a0<a href=\"https:\/\/spring.io\/\" target=\"_blank\" rel=\"noopener\">Spring Boot<\/a>\u00a0REST application as single deployment unit\u00a0 but however best practice is to separate Spring boot and Angular application so that we decouple the client code and server code, hence the application becomes highly scalable and manageable.But sometimes there could be scenarios like for ex. small application\/teams it is advisable to package as single unit and deploy them.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/02\/26\/kubeless-tutorial-kubernetes-native-serverless-framework\/\">#5.Kubeless tutorial \u2013 Kubernetes native serverless framework<\/a><\/h2>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/github.com\/kubeless\/kubeless\" target=\"_blank\" rel=\"noopener\">kubeless<\/a>\u00a0is a Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing. It leverages Kubernetes resources to provide auto-scaling, API routing, monitoring, troubleshooting and more.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/05\/11\/prometheus-open-source-systems-monitoring-and-alerting-toolkit\/\">#6.Tutorial : Prometheus open-source systems monitoring and alerting toolkit<\/a><\/h2>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/github.com\/prometheus\" target=\"_blank\" rel=\"noopener\">Prometheus<\/a>\u00a0is an open-source systems monitoring and alerting toolkit originally built at\u00a0<a href=\"http:\/\/soundcloud.com\/\" target=\"_blank\" rel=\"noopener\">SoundCloud<\/a>.Prometheus primarily supports a pull-based HTTP model but it also supports alerts, it would be right fit to be part of your operational toolset. Prometheus works well for recording any purely numeric time series. It fits both machine-centric monitoring as well as monitoring of highly dynamic service-oriented architectures.<\/p>\r\n\r\n\r\n\r\n<p>In a world of\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2018\/03\/12\/introduction-to-microservices\/\">microservices<\/a>, its support for multi-dimensional data collection and querying is a particular strength.<a href=\"https:\/\/grafana.com\/\" target=\"_blank\" rel=\"noopener\">Grafana<\/a>\u00a0has become the dashboard visualization tool of choice for Prometheus users and support for Grafana ships with the tool.<\/p>\r\n\r\n\r\n\r\n<p>In this post,we are going to learn about Prometheus concepts,configuration &amp; view metrics.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/12\/18\/azure-functions-tutorial-on-http-trigger-store-data-in-cosmos-db\/\">#7.Azure Serverless tutorial \u2013 On HTTP trigger store data in Azure Cosmos DB<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application.In Azure Functions, input and output bindings provide a declarative way to connect to external service data from your function.<\/p>\r\n\r\n\r\n\r\n<p>In this tutorial, we are going check how to update the function we have created to have an output binding to store the data.Azure Functions allows to write code in response to events in Azure and other services, through triggers and bindings.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/01\/10\/build-real-time-twitter-dashboard-using-azure-logicapps-power-bi\/\">#8.Build real time Twitter dashboard using Azure LogicApps + Power BI<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post,we are going to look how to build a real-time PowerBi dashboard using any of trending Twitter hashtags (ex.#Rajinikanth hashtag) here we are going to analyse social media sentiment post Rajini\u2019s political debut, by analysing twitter hastags!<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/01\/01\/5-easy-steps-to-mine-ethereum-on-azure\/\">#9.5 easy steps to mine &amp; earn Ethereum on Azure<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Ethereum as we\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/23\/10-things-know-ethereum-next-generation-blockchain-platform\/\">know<\/a>\u00a0is an open blockchain platform that lets anyone build and use decentralized applications that run on blockchain technology. Like Bitcoin, no one controls or owns Ethereum \u2013 it is an open-source project built by many people around the world. But unlike the Bitcoin protocol, Ethereum was designed to be adaptable and flexible.In this post,we will check the steps of how to setup mining in Azure.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/12\/11\/top-20-microservices-design-patterns\/\">#10.TOP 20 Microservices Design Patterns<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Microservices \u00a0is an architectural style that structures an application as a collection of loosely coupled services, which implement business capabilities.Applications built as a set of modular components are easier to understand, easier to test, and most importantly easier to maintain over the life of the application. It enables organizations to achieve much higher agility and be able to vastly improve the time it takes to get working improvements to production. The microservice architecture enables the continuous delivery\/deployment of large, complex applications. It also enables an organization to evolve its technology stack.<\/p>\r\n\r\n\r\n\r\n<p>In this post,we look at\u00a0some of the key micoservices design patterns.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/07\/16\/kubernetes-tutorial-distributed-tracing-with-jaeger\/\">#11.Kubernetes Tutorial : Distributed tracing with Jaeger<\/a><\/h2>\r\n\r\n\r\n\r\n<p><a href=\"https:\/\/github.com\/jaegertracing\/jaeger\" target=\"_blank\" rel=\"noopener\">Jaeger<\/a>\u00a0is a distributed tracing system released as open source by\u00a0<a href=\"http:\/\/uber.github.io\/\" target=\"_blank\" rel=\"noopener\">Uber Technologies<\/a>. Like\u00a0<a href=\"https:\/\/research.google.com\/pubs\/pub36356.html\" target=\"_blank\" rel=\"noopener\">Dapper<\/a>\u00a0or\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/01\/zipkin-distributed-tracing-system\/\">ZipKin<\/a>,it is used for monitoring and troubleshooting microservices-based distributed systems.In this post, we are going look at how to deploy Jaeger on to kubernetes cluster.<\/p>\r\n\r\n\r\n\r\n<p>This quickstart assumes a basic understanding of Kubernetes\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/13\/kubernetes-platform-intro-key-concepts\/\">concepts<\/a>, please refer earlier posts for understanding on Kubernetes &amp; how to create,deploy &amp; rollout\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/20\/kubernetes-tutorial-scale-perform-updates-app\/\">updates<\/a>to the cluster.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/12\/08\/kubernetes-tutorial-create-deployments-using-yaml-file\/\">#12.Kubernetes tutorial \u2013 Create deployments using YAML file<\/a><\/h2>\r\n\r\n\r\n\r\n<p>This is in continuation on Kubernetes article series.In the last\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/13\/kubernetes-platform-intro-key-concepts\/\">post<\/a>, we have learnt how to create &amp; deploy the app to the Kubernetes cluster.Now in this post,we are going to learn how to create application deployment using yaml file also we can check on how to create services to control how application communicates.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/03\/26\/8-best-docker-security-tools\/\">#13.8 BEST Docker Security Tools<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post we checkout\u00a0BEST Docker Security Tools.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/\">#14.Docker tutorial \u2013 Build Docker image for your Java application<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post, we are going to take look at how to build Docker image for Java application<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_1_Setup_Docker\">Step #1. Setup Docker<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_2_Create_Dockerfile_for_our_container\">Step #2. Create Dockerfile for our container<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_3_BuildDocker_Image\">Step #3. Build\u00a0Docker Image<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_4_Test_Docker_Image\">Step #4. Test Docker Image<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_5_Build_Docker_container_for_MavenGradle_based_Java_application\">Step #5. Build Docker container for Maven\/Gradle based Java application<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/29\/docker-tutorial-build-docker-image-for-your-java-application\/#Step_6_Build_Docker_container_for_Spring_MVC_based_Java_application\">Step #6. Build Docker container for Spring MVC based Java application<\/a><\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/\">#15.Docker tutorial \u2013 Build Docker image for your Angular 6 application<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In this post, we are going to take look at how to build Docker image for Angular application.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/#Step_1_Setup_Docker\">Step #1. Setup Docker<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/#Step_2_Create_Dockerfile_for_our_container\">Step #2. Create Dockerfile for our container<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/#Step_3_BuildDocker_Image\">Step #3. Build\u00a0Docker Image<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/#Step_4_Test_Docker_Image\">Step #4. Test Docker Image<\/a><\/li>\r\n<li><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/09\/19\/docker-tutorial-build-docker-image-for-your-angular-6-application\/#Step_5_Ngnix_Dockerfile\">Step #5. Ngnix Dockerfile<\/a><\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/04\/23\/kubernetes-tutorial-create-kubernetes-cluster-on-aws-with-kops\/\">#16.Kubernetes tutorial \u2013 Create Kubernetes cluster on AWS with kops<\/a><\/h2>\r\n\r\n\r\n\r\n\r\n\r\n<p>This is in continuation on Kubernetes article series.In the earlier\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/17\/how-to-kubernetes-create-simple-cluster-deploy-app\/\">posts<\/a>, we have seen how to create &amp; deploy simple cluster.Now in this post,we are going to look at how to provision Kubernetes cluster using kops utility.<a href=\"https:\/\/github.com\/kubernetes\/kops\" target=\"_blank\" rel=\"noopener\">kops<\/a>\u00a0<em>(Kubernetes Operations)<\/em>\u00a0helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command line.<\/p>\r\n\r\n\r\n\r\n<p>For more posts on Kubernetes,check out\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/13\/kubernetes-platform-intro-key-concepts\/\">here\u00a0<\/a>&amp;<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/20\/kubernetes-tutorial-scale-perform-updates-app\/\">here<\/a>.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/08\/02\/use-google-cadvisor-for-monitoring-your-containers-docker-tutorial\/\">#17.Use Google cAdvisor for monitoring your containers + Docker tutorial<\/a><\/h2>\r\n\r\n\r\n\r\n<p>If you\u2019re looking for tool to\u00a0understand the resource usage and performance characteristics of the running containers then\u00a0<a href=\"https:\/\/github.com\/google\/cadvisor\" target=\"_blank\" rel=\"noopener\">cAdvisor<\/a>\u00a0(Container Advisor) is the perfect tool that provides container metrics.It is a running daemon that collects, aggregates, processes, and exports information about running containers. Specifically, for each container it keeps resource isolation parameters, historical resource usage, histograms of complete historical resource usage and network statistics.\u00a0<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/12\/01\/serverless-comparison-aws-lambda-vs-azure-functions-vs-google-functions\/\">#18.Serverless Comparison : AWS Lambda vs. Azure Functions vs. Google Functions<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Serverless allows developers to build and run applications and services without thinking about the servers actually running the code. In this post,We will compare popular cloud provider\u2019s support for Serverless.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2018\/06\/13\/tutorial-helm-package-manager-for-kubernetes\/\">#19.Tutorial : Helm package manager for Kubernetes<\/a><\/h2>\r\n\r\n\r\n\r\n<p>Helm is basically package manager that helps you manage Kubernetes applications.The set of\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/13\/kubernetes-platform-intro-key-concepts\/\">Kubernetes<\/a>\u00a0resources that together define an application is packaged as\u00a0<strong>charts<\/strong>.You can think of charts as packages of pre-configured Kubernetes resources.Charts helps you define, install, and upgrade even the most complex Kubernetes application.These charts can describe a single resource, such as a Redis pod, or a full stack of a web application: HTTP servers, databases and caches.<\/p>\r\n\r\n\r\n\r\n<p>In this post,we are going to look at what is helm &amp; how to install sample chart and configure the same.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"wp-block-heading\"><a href=\"https:\/\/www.upnxtblog.com\/index.php\/2017\/11\/17\/how-to-kubernetes-create-simple-cluster-deploy-app\/\">#20.Kubernetes tutorial \u2013 Create simple cluster &amp; Deploy app<\/a><\/h2>\r\n\r\n\r\n\r\n<p>In the last\u00a0<a href=\"http:\/\/www.upnxtblog.com\/index.php\/2017\/11\/13\/kubernetes-platform-intro-key-concepts\/\">post<\/a>, we have looked at the Introduction &amp; key concepts of Kubernetes platform.Now in this post,we are going to create new Kubernetes cluster using Minikube. Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. Minikube is available for Linux, macOS, and Windows systems.<\/p>\r\n\r\n\r\n\r\n<p>The\u00a0<a href=\"https:\/\/github.com\/kubernetes\/minikube\" target=\"_blank\" rel=\"noopener\">Minikube\u00a0<\/a>CLI provides basic bootstrapping operations for working with your cluster, including start, stop, status, and delete.Also we are going to use\u00a0<a href=\"https:\/\/kubernetes.io\/docs\/user-guide\/kubectl\/\" target=\"_blank\" rel=\"noopener\">kubectl\u00a0<\/a>utility to deploy and manage applications on Kubernetes. Also,you can inspect cluster resources; create, delete, and update components; and look at new cluster.<\/p>\r\n\r\n\r\n\r\n<p><em><strong>Like this post? Don\u2019t forget to share it!<\/strong><\/em><\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Here are 20 best and the most popular reads for this year,hope you would love this compilation.As always, please feel free to leave your comment in case of any questions or additional inputs. Happy Holidays and Good Luck! #1.TOP 6 GUI tools for managing Docker environments In this post,we take look at\u00a0TOP 6 GUI tools [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":1583,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[1],"tags":[205,305],"class_list":["post-3304","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-trending","tag-best","tag-reads"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2017\/12\/logo1.png?fit=366%2C102&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9fbQS-Ri","jetpack-related-posts":[{"id":2749,"url":"https:\/\/www.upnxtblog.com\/index.php\/2018\/07\/26\/1st-year-of-blogging-top-10-best-and-the-most-popular-reads\/","url_meta":{"origin":3304,"position":0},"title":"1st Year of Blogging : TOP 10 best and the most popular reads","author":"Karthik","date":"July 26, 2018","format":false,"excerpt":"This is my 1st Year of Blogging,here are 10 best and the most popular reads for this year.These posts have clocked more 500+ reads this year.I hope you enjoy reading and treasure them. #1.TOP 6 GUI tools for managing Docker environments In this article,let us check\u00a0TOP 6 GUI tools for\u2026","rel":"","context":"In &quot;Trending&quot;","block_context":{"text":"Trending","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/trending\/"},"img":{"alt_text":"jogging","src":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2833,"url":"https:\/\/www.upnxtblog.com\/index.php\/2018\/08\/15\/10-best-and-the-most-popular-all-time-reads\/","url_meta":{"origin":3304,"position":1},"title":"10 best and the most popular all time reads","author":"Karthik","date":"August 15, 2018","format":false,"excerpt":"Here's best compilation of 10 best and the most popular all time reads,I hope you enjoy reading and treasure them. #1.TOP 6 GUI tools for managing Docker environments In this article,let us check\u00a0TOP 6 GUI tools for managing Docker environments.Docker\u00a0as we know,is an open platform for developers and sysadmins to\u2026","rel":"","context":"In &quot;Trending&quot;","block_context":{"text":"Trending","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/trending\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4702,"url":"https:\/\/www.upnxtblog.com\/index.php\/2019\/12\/25\/15-best-and-the-most-popular-reads-for-this-year\/","url_meta":{"origin":3304,"position":2},"title":"15 BEST and the most popular reads for this year","author":"Karthik","date":"December 25, 2019","format":false,"excerpt":"Here are 15 best and the most popular reads for this year, hope you would love this compilation. As always, please feel free to leave your comment in case of any questions or additional inputs. Happy Holidays and Good Luck! #1.TOP 6 GUI tools for managing Docker environments (44,406 views)\u2026","rel":"","context":"In &quot;Trending&quot;","block_context":{"text":"Trending","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/trending\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2767,"url":"https:\/\/www.upnxtblog.com\/index.php\/2018\/07\/23\/1st-year-of-blogging-upnxtblog-statistics\/","url_meta":{"origin":3304,"position":3},"title":"1st Year of Blogging : Upnxtblog statistics","author":"Karthik","date":"July 23, 2018","format":false,"excerpt":"Completed an important milestone,YES this blog has completed 1 year today.I have never thought I would be able to continue blogging alongside my full time work but this has been very good experience and velocity keep going because of your support & motivation. Thank you for all your support,likes,comment &\u2026","rel":"","context":"In &quot;Trending&quot;","block_context":{"text":"Trending","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/trending\/"},"img":{"alt_text":"jogging","src":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/07\/jogging-2343558_1920.jpg?fit=1200%2C800&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":1748,"url":"https:\/\/www.upnxtblog.com\/index.php\/2018\/01\/17\/top-6-gui-tools-for-managing-docker-environments\/","url_meta":{"origin":3304,"position":4},"title":"TOP 6 GUI tools for managing Docker environments","author":"Karthik","date":"January 17, 2018","format":false,"excerpt":"Before we start, a little bit of intro on Containers, its an abstraction at the app layer that packages code and dependencies together. Multiple containers can run on the same machine and share the OS kernel with other containers, each running as isolated processes in userspace. Containers take up less\u2026","rel":"","context":"In &quot;Docker Guides&quot;","block_context":{"text":"Docker Guides","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/docker\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/01\/dashboard.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/01\/dashboard.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/01\/dashboard.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/01\/dashboard.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2018\/01\/dashboard.png?resize=1050%2C600&ssl=1 3x"},"classes":[]},{"id":7071,"url":"https:\/\/www.upnxtblog.com\/index.php\/2022\/12\/31\/top-10-posts-for-this-year-2022\/","url_meta":{"origin":3304,"position":5},"title":"TOP 10 Posts for this year 2022","author":"Karthik","date":"December 31, 2022","format":false,"excerpt":"Here are TOP 10 best and the most popular reads for this year, hope you would love this compilation. As always, please feel free to leave your comment in case of any questions or additional inputs. Happy New Year and Good Luck! #1.TOP 6 GUI tools for managing Docker environments\u2026","rel":"","context":"In &quot;Trending&quot;","block_context":{"text":"Trending","link":"https:\/\/www.upnxtblog.com\/index.php\/category\/trending\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.upnxtblog.com\/wp-content\/uploads\/2020\/12\/upnxtblog-banner-1.png?fit=300%2C350&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3304","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/comments?post=3304"}],"version-history":[{"count":15,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3304\/revisions"}],"predecessor-version":[{"id":3325,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/posts\/3304\/revisions\/3325"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/media\/1583"}],"wp:attachment":[{"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/media?parent=3304"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/categories?post=3304"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.upnxtblog.com\/index.php\/wp-json\/wp\/v2\/tags?post=3304"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}