What is Kubernetes pod? Pod Cheat Sheet https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/ https://kubernetes.io/docs/concepts/workloads/pods/ Pods are the smallest and primary deployable objects of computing that you can create and manage in Kubernetes Cluster. A Pod signifies a single instance of a running process in your Kubernetes cluster, The containers of pod are managed...
Continue reading
December 29, 2022 Admin
Kubernetes
No Comment
Kubernetes is a free open-source container orchestration engine or tool for automating deployment, scaling, and management of containerized applications. Google initially designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project. Kubernetes automates functioning tasks of container administration and includes integral commands for deploying applications, rolling...
Continue reading
December 28, 2022 Admin
Kubernetes
No Comment
In this tutorial you will learn what is Dockerfile and how to create docker image for nodejs application A Dockerfile is a text file that has a sequence of instructions commands on how to build your application image. It provisions a simple set of commands that you need...
Continue reading
December 27, 2022 Admin
Docker
No Comment
What is a helm chart Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources In other word the helm chart just a package manager like (linux package manager apt, dnf, yum,zypper) for kubernetes cluster. With...
Continue reading
December 15, 2022 Admin
Kubernetes
No Comment
Real Time Messaging Protocol (RTMP) is a trademarked protocol, formerly developed by Macromedia. Macromedia now owned by Adobe. RTMP can do real-time streaming of video, audio, and data between a server and Flash player. However Adobe has declared that it will no longer support Flash, RTMP remains a...
Continue reading
July 15, 2020 Admin
Centos/RHEL
2 Comments
Install jisti-meet video conferencing ….. https://en.wikipedia.org/wiki/Jitsi Jitsi may be a collection of free and open-source multiplatform voice (VoIP), videoconferencing and instant messaging applications for the online platform, Linux, macOS, Windows, iOS and Android.The Jitsi project began with the Jitsi Desktop (previously referred to as SIP Communicator). With the...
Continue reading
May 5, 2020 Admin
Centos/RHEL
No Comment
Payara Server is an open-source middleware application server consequent from GlassFish Server Open Source Edition. It was designed in 2014. Payara Server platform provides secure and reliable deployments of JAVA EE softwares (Applications) in any atmosphere: on premise, in the cloud environment or hybrid environment. Learn Installation of...
Continue reading
February 8, 2019 Admin
Centos/RHEL
No Comment
phpPgAdmin is a web-based administration tool written in PHP to dealing with PosgreSQL Database. It is best choice of PostgreSQL Database administrator, Developer, and hosting services.phpPgAdmin is available only in PostgreSQL RPM repository. If you didn’t add PostgreSQL repository, you should add EPEL repository. In this article we...
Continue reading
January 29, 2019 Admin
Centos/RHEL
1 Comment
FreeIPA is a free and open source (identity management tool) integrated security information management solution relating Linux, Directory server. It contains of a command line and web interface supervision tools. it is the upstream venture (Project) for Red Hat identity manager. Using FreeIPA Server tool, we can straightforwardly...
Continue reading
January 25, 2019 Admin
Centos/RHEL
No Comment
This article is related to Install Postgresql Database Centos7/RHEL7. PostgreSQL could be a powerful, open supply object-relational info system that uses and extends the SQL language combined with several options that safely store and scale the foremost sophisticated knowledge workloads. The origins of PostgreSQL originate to 1986 as...
Continue reading
January 19, 2019 Admin
Centos/RHEL
1 Comment
Apache Tomcat, basically referred to as Tomcat Server, is a free open-source Java Servlet Container which is developed and produced by the Apache Software Foundation. In this article we will tell you that how to Install SSL Certificate on Apache Tomcat Centos Linux server Install SSL Apache Tomcat...
Continue reading
January 11, 2019 Admin
SSL
No Comment
This article will describe you how to manage Samba4 AD-DC using command line, such like add, remove, disable, enable or listing users and groups. We’ll additionally take a glance on a way to manage domain security policy and the way to bind AD users to native PAM authentication...
Continue reading
January 7, 2019 Admin
linux-commands
No Comment
Node.js is a cross-platform JavaScript run-time atmosphere that permits server-side execution of JavaScript code. Node.js is mostly used on the back-side off the application, but it is also widespread as a full-stack and front-end solution. npm, short for Node Package Manager is the defaulting package manager for Node...
Continue reading
December 27, 2018 Admin
Centos/RHEL
No Comment
MariaDB is a relational database management system (RDBMS) and MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB. It is available on Linux only, and only supports the XtraDB/InnoDB storage engines. When Galera Cluster is in use, you can direct reads and writes to any node with...
Continue reading
December 25, 2018 Admin
Msyql
1 Comment