Mitesh Soni's Blog, page 3

August 15, 2020

Kubernetes – 0/1 nodes are available: 1 node(s) had taint

Problem: 0/1 nodes are available: 1 node(s) had taint {node.kubernetes.io/unreachable: }, that the pod didn’t tolerate. Solution: kubectl taint nodes –all node.kubernetes.io/unreachable- node/minikube untainted Verify the status of the node using kubectl describe pod POD_NAME Check Events
 •  0 comments  •  flag
Share on Twitter
Published on August 15, 2020 06:49

June 12, 2020

Create a CI/CD multi-stage pipeline for Java+Spring MVC with the Azure DevOps and Azure App Services

DevOps (Development and Operations) or DevSecOps (Development, Security and Operations) Practices or “Continuous” Practices are the focal points of any discussions related to Software/Application/Product Development. Every organization is looking for the following: Faster time to market Better Quality There are a few other things that come to my mind immediately after reading a lot of […]
 •  0 comments  •  flag
Share on Twitter
Published on June 12, 2020 07:43

March 5, 2019

Using GoCV and Pigo for Face Detection Program

Learn about face detection program in this article by Xuanyi Chew, the chief data scientist of a Sydney-based logistics startup. He is the primary author of Gorgonia, an open source deep learning package for Go. This article will show you how to build multiple facial detection systems in GoCV (Go using Computer Vision Using Go […]
 •  0 comments  •  flag
Share on Twitter
Published on March 05, 2019 22:09

October 19, 2018

Administering Jenkins – Best Practices

Following are some useful Best Practices that will help you to manage Jenkins and Automation is a better way: Role based Access – Configure Active Directory Enable Folder and Project based security for Better Governance. Provide only Required rights based on the position of Associates Use Folders with Hierarchy to organize Jenkins Jobs Configure as […]
 •  0 comments  •  flag
Share on Twitter
Published on October 19, 2018 07:41

Best DevOps Tools 2018 and 2019

There are multiple DevOps Practices such as Continuous Code Inspection. Continuous Integration, Continuous Delivery, Continuous Testing, Continuous Deployment, Continuous Monitoring, Configuration Management, Cloud Computing, and so on. There are many Open Source and Commercial Tools that are utilized in different categories based on culture of an organization. In this article I have compiled details based on the reports available […]
 •  0 comments  •  flag
Share on Twitter
Published on October 19, 2018 04:42

October 2, 2018

Using LingPipe to Classify Text

Learn how to use LingPipe for text classification in this tutorial by Richard M Reese, the author of several Java books and a C Pointer book. Various Natural Language Processing (NLP) APIs can be used to perform text classification. Classification uses predefined categories. You can use OpenNLP, Stanford API, or LingPipe to demonstrate the various classification approaches. However, this […]
 •  0 comments  •  flag
Share on Twitter
Published on October 02, 2018 06:02

September 3, 2018

Git and Gitlab fatal: Could not read from remote repository (Solved)

Please visit Git and Gitlab Please make sure you have the correct access rights and the repository exists (Solved).
 •  0 comments  •  flag
Share on Twitter
Published on September 03, 2018 11:45

Git and Gitlab Permission denied (publickey) (Solved)

Please visit Git and Gitlab Please make sure you have the correct access rights and the repository exists (Solved).
 •  0 comments  •  flag
Share on Twitter
Published on September 03, 2018 11:44

Git and Gitlab Please make sure you have the correct access rights and the repository exists (Solved)

Hey! I created a Repository in GitLab. How? Go to https://gitlab.com Register and Login with Valid credentials. Go to https://gitlab.com/dashboard/projects Click on New Project. Give Proper name and Select Visibility. Click on Create. You will get command line instructions on Git global setup, Create a new repository, Existing folder, and Existing Git repository. In my case, I had […]
 •  0 comments  •  flag
Share on Twitter
Published on September 03, 2018 11:43

August 1, 2018

Running tests in JUnit 5

Learn how to run tests in JUnit 5 in this tutorial by Boni García, an active member on the free open source software (FOSS) community, who owns the open source projects WebDriverManager and selenium-jupiter (JUnit 5 extension for Selenium). JUnit 5 was designed to be modern (that is, using Java 8 and Java 9 compliant … Continue reading "Running tests in JUnit 5"
 •  0 comments  •  flag
Share on Twitter
Published on August 01, 2018 21:39