Home Blog Page 148

Kubernetes Certifications Help Recent Graduate Stand Out From the Crowd and Quickly Obtain an Engineering Job

Med Ilyes El Ajroud is a recent graduate of the University of Versailles Saint-Quentin in France, having completed a degree studying computer science engineering. Graduating in the midst of the COVID-19 pandemic, El Ajroud worried about job prospects, even in the hot field of computer science. He wanted to make sure he could stand out from the crowd of recent graduates, and provide verification of his skills.

El Ajroud registered for, and successfully passed, both the Certified Kubernetes Administrator (CKA) and Certified Kubernetes Application Developer (CKAD) exams. To prepare for the CKA and CKAD exams, El Ajroud researched a variety of free resources and took an online training course. After getting his results, he posted his verified badges to his LinkedIn profile and just one day later received his first unsolicited call from a recruiter. Within a couple of weeks his LinkedIn views had increased more than 200% and he had heard from 20 different recruiters.

Enable Sysadmin’s very best of November 2020

Enable Sysadmin’s very best of November 2020

Stack your plate with all the of our best content from November 2020.
tcarriga
Tue, 12/1/2020 at 9:46pm

Image

Photo by Karolina Grabowska via Pexels

This past month was a fantastic time for the Enable Sysadmin community. We published 34 new articles, garnered 467k page views, saw more than 308k unique visitors, and grew our community of writers. Needless to say, we have a lot to be thankful for this year. 

In case you missed any of the great guides and tutorials from November, take a look back at our top 10 performers from the month. You will find Linux command line help for beginners, using Ansible to automate configurations and server deployments, interpreting Wireshark, and much more.

Topics:  
Linux  
Read More at Enable Sysadmin

7 best practice tips for managing remote teams

Managing a remote team is both challenging and rewarding. Glean best remote team management practices from someone who does it.
Read More at Enable Sysadmin

How to securely copy files between Linux hosts using SCP and SFTP

There are multiple methods you can use to securely copy files between Linux hosts. SCP and SFTP are two you need to know.
Read More at Enable Sysadmin

Registration Opens for Entry Level Linux Foundation Certified IT Associate Exam

The Linux Foundation has announced the Linux Foundation Certified IT Associate (LFCA) exam, previously announced to be in development, is now available for registration. Enrollees will be able to sit for the exam beginning January 15, 2021.

LFCA is a certification exam consisting of 60 multiple-choice questions that provide assurance that a certificant possesses knowledge of fundamental IT concepts including operating systems, software application installation and management, hardware installation, use of the command line and basic programming, basic networking functions, security best practices, and other related topics to validate their capability and preparedness for an entry-level IT position in the age of cloud computing. The exam is taken remotely with a live proctor monitoring via webcam and screen sharing.

My 8 favorite practical Linux commands

A list of some of my favorite basic Linux commands that make day-to-day sysadmin tasks easier and more efficient.
Read More at Enable Sysadmin

How to use rsyslog to create a Linux log aggregation server

Create a central log repository by using rsyslog, and then configure Linux servers to forward logs to the repository.
Read More at Enable Sysadmin

Cyber Week 2020: 13 ideas for what to buy the sysadmin in your life

It’s that special time of year when you can get great discounts on tech for your favorite sysadmin.
Read More at Enable Sysadmin

How Cirrus CLI uses Podman to achieve rootless builds

Use both Cirrus CLI and Podman to better manage and secure container environments for rootless builds.
Read More at Enable Sysadmin

CNCF: Fostering the Evolution of TiKV

PingCAP had high hopes that its TiKV project would develop into a building block for the next generation of distributed systems by providing reliable high quality and practical storage foundation. To accomplish that, it decided to contribute TiKV to the Cloud Native Computing Foundation (CNCF) to make it vendor-neutral and widely used across organizations. It seems headed in that direction, especially now that the project recently graduated, further demonstrating its maturity and sustainability. On behalf of the Linux Foundation, Swapnil Bhartiya, founder and host of TFiR, sat down with two members of the TiKV project, Siddon Tang and Calvin Weng, to learn more about the project’s evolution.

Here is a transcript of the discussion:

Swapnil Bhartiya: What is TiKV project and what problem are you trying to solve?
Siddon Tang: TiKV is an open source, distributed transactional key value database. TiKV is inspired by Google Spanner and HBase, but the design is simpler and more practical. Why did we develop TiKV at PingCAP? We want to build a distributed database with SQL compatibility. We built the SQL and then we wanted to build a distributed key-value storage layer that supported our database. At first, we tried to use HBase, but its performance was not what we expected so we decided to build our own distributed key-value database. That’s how TiKV started.

Calvin Weng: It was originally created to complement TiDB, but we soon realized that the TiKV project could be decoupled from TiDB and serve as a unified distributed storage layer that supported distributed transactions, horizontal scalability, and cloud-native architecture.

We also realized that with the amount of data we generate, there could be a demand for such a solution in the cloud-native communities. So, we contributed it to the CNCF to develop it as a building block for the next generation of distributed systems by providing a reliable high quality and practical storage foundation.

Swapnil Bhartiya: How is CNCF helping the TiKV project and the community?
Calvin Weng: Thanks for the question. I am a liaison between the CNCF and the TiKV project. The CNCF has been immensely helpful in shaping TiKV into what it is today in terms of both the project and the community. There are a few things that I would like to elaborate on and the first is neutrality. CNCF provides a neutral home to projects like ours, so that developers from different organizations are willing to collaborate, contribute and eventually become the leaders in the project. This is very important for the broader community to perceive TiKV as a vendor-neutral and universal project that belongs to the community instead of a single company like PingCAP. People will feel comfortable adopting it or developing their own apps on TiKV.

Another important aspect is exposure, which includes publicity and marketing support that we get from CNCF so that we are known by the broader community. More people and more companies could get involved, which also means more adoption.

Last but not least is diversity in the maintainer and the contributor structure. This is a very important criterion for CNCF graduation.

Swapnil Bhartiya: Since you mentioned graduation, can you talk about what it means for a project like TiKV to become a graduated project? How does it affect the project and what does it mean for its users?
Calvin Weng: TiKV has a lot of adoptions. There are more than 1,000 deployments in production. It is battle-tested. Moving from incubation to graduation is a very solid and convincing validation of the technology, its open governance, its vision, maturity and sustainability.

From a user’s perspective, graduation means the credibility and reliability of the project. It means that the TiKV project is a mature enough project for cloud-native architecture. It also means that the TiKV community is an active and healthy community. It boosts the confidence of users.

Swapnil Bhartiya: One last question before we wrap this up: can you talk about the roadmap of the TiKV project?
Siddon Tang: Our focus is on making it faster, easier-to-use, and cost-effective. We just released the 4.0 version and in the next major release of 5.0, we want it to be more cloud-friendly and be able to smoothly run on AWS S3, AWS EBS Cloud Disk or any other cloud storage. We are also working on making TiKV handle different workloads. We are also working on adding support for other database engines so it can support different workloads. The long-term goal is to introduce AI so it can use different engines to certify different workloads.