0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (25)
  • R250 - R500 (76)
  • R500+ (1,125)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Operating systems & graphical user interfaces (GUIs) > General

JUNOS Automation Cookbook (Paperback): Adam Chappell JUNOS Automation Cookbook (Paperback)
Adam Chappell
R1,303 Discovery Miles 13 030 Ships in 10 - 15 working days

Administer, configure, and monitor Junos in your organization About This Book * Get well acquainted with security and routing policies to identify the use of firewall filters. * Learn to provide end-user authentication and protect each layer in an enterprise network. * A recipe-based guide that will help you configure and monitor Junos OS and basic device operations. Who This Book Is For This book targets network engineers, developers, support personals, and administrators who are working on devices running Junos OS and are looking at automating their organisation's operations. Some understanding about Junos would be necessary What You Will Learn * Start using NETCONF RPC standard and understand its usefulness in programming JUNOS * Write SLAX scripts to respond to events in the JUNOS environment * Automate JUNOS with PyEZ * Deal with events in the JUNOS environment, and writing response handlers to deal with them * Make the most of automation technologies to help with maintenance and monitoring of JUNOS * Use the Ansible framework to extend the automation functionality of Junos In Detail The JUNOS Automation Cookbook is a companion guide for the complex field of automating tasks on JUNOS devices. With a foundation in industry-standrd XML, JUNOS provides an ideal environment for programmatic interation, allowing you to build upon the capabilities provided by Juniper, with your own original code. You will begin by learning about, and setting up, the industry-standard NETCONF remote procedure call mechanisms on your device. After initial setup, you'll walk through SLAX - Juniper's foundation scripting language - for manipulating XML representations of JUNOS concepts and elements. You'll learn how to write your own SLAX scripts to customise the operating environment, and also how to write proactive event handlers that deal with situations as they happen. You'll then delve into PyEZ - Juniper's bridging framework to make automation accessible to Python code - allowing you to build automation applications in the popular scripting language. You'll witness some examples of how to write applications that can monitor configuration changes, implement BGP security policies and implement ad-hoc routing protocols, for those really tricky situations. You'll also leaarn how asynchronous I/O frameworks like Node.js can be used to implement automation applications that present an acceptable web interface. Along with way, you'll explore how to make use of the latest RESTful APIs that JUNOS provides, how to visualize aspects of your JUNOS network, and how to integrate your automation capabilities with enterprise-wide orchestration systems like Ansible. By the end of the book, you'll be able to tackle JUNOS automation challenges with confidence and understanding, and without hassle. Style and Approach A guide that will cover all the automation tools along with steps on leveraging these tools

SUSE Linux Enterprise Server 12 - Storage Administration Guide (Paperback): Admin Guide Contributors SUSE Linux Enterprise Server 12 - Storage Administration Guide (Paperback)
Admin Guide Contributors
R814 Discovery Miles 8 140 Ships in 10 - 15 working days
Suse Linux Enterprise Server 12 - System Analysis and Tuning Guide (Paperback): System Guide Contributors Suse Linux Enterprise Server 12 - System Analysis and Tuning Guide (Paperback)
System Guide Contributors
R801 Discovery Miles 8 010 Ships in 10 - 15 working days
SUSE Linux Enterprise Server 12 - Virtualization Guide (Paperback): Virt Guide Contributors SUSE Linux Enterprise Server 12 - Virtualization Guide (Paperback)
Virt Guide Contributors
R1,072 Discovery Miles 10 720 Ships in 10 - 15 working days
Azure Serverless Computing Cookbook (Paperback): Praveen Kumar Sreeram Azure Serverless Computing Cookbook (Paperback)
Praveen Kumar Sreeram
R1,289 Discovery Miles 12 890 Ships in 10 - 15 working days

Over 50 recipes to help you build applications hosted on Serverless architecture using Azure Functions. About This Book * Enhance Azure Functions with continuous deployment using Visual Studio Team Services * Learn to deploy and manage cost-effective and highly available serverless applications using Azure Functions * This recipe-based guide will teach you to build a robust serverless environment Who This Book Is For If you are a Cloud administrator, architect, or developer who wants to build scalable systems and deploy serverless applications with Azure functions, then this book is for you. Prior knowledge and hands-on experience with core services of Microsoft Azure is required. What You Will Learn * Develop different event-based handlers supported by serverless architecture supported by Microsoft Cloud Platform - Azure * Integrate Azure Functions with different Azure Services to develop Enterprise-level applications * Get to know the best practices in organizing and refactoring the code within the Azure functions * Test, troubleshoot, and monitor the Azure functions to deliver high-quality, reliable, and robust cloud-centric applications * Automate mundane tasks at various levels right from development to deployment and maintenance * Learn how to develop statefulserverless applications and also self-healing jobs using DurableFunctions In Detail Microsoft provides a solution to easily run small segment of code in the Cloud with Azure Functions. Azure Functions provides solutions for processing data, integrating systems, and building simple APIs and microservices. The book starts with intermediate-level recipes on serverless computing along with some use cases on benefits and key features of Azure Functions. Then, we'll deep dive into the core aspects of Azure Functions such as the services it provides, how you can develop and write Azure functions, and how to monitor and troubleshoot them. Moving on, you'll get practical recipes on integrating DevOps with Azure functions, and providing continuous integration and continous deployment with Visual Studio Team Services. It also provides hands-on steps and tutorials based on real-world serverless use cases, to guide you through configuring and setting up your serverless environments with ease. Finally, you'll see how to manage Azure functions, providing enterprise-level security and compliance to your serverless code architecture. By the end of this book, you will have all the skills required to work with serverless code architecture, providing continuous delivery to your users. Style and approach This recipe-based guide explains the different features of Azure Function by taking a real-world application related to a specific domain. You will learn how to implement automation and DevOps and discover industry best practices to develop applications hosted on serverless architecture using Azure functions.

PAM Mastery (Paperback): Michael W Lucas PAM Mastery (Paperback)
Michael W Lucas
R615 R553 Discovery Miles 5 530 Save R62 (10%) Ships in 10 - 15 working days
Hands-On Continuous Integration and Delivery - Build and release quality software at scale with Jenkins, Travis CI, and... Hands-On Continuous Integration and Delivery - Build and release quality software at scale with Jenkins, Travis CI, and CircleCI (Paperback)
Jean-Marcel Belmont
R1,288 Discovery Miles 12 880 Ships in 9 - 15 working days

Understand various tools and practices for building a continuous integration and delivery pipeline effectively Key Features Get up and running with the patterns of continuous integration Learn Jenkins UI for developing plugins and build an effective Jenkins pipeline Automate CI/CD with command-line tools and scripts Book DescriptionHands-On Continuous Integration and Delivery starts with the fundamentals of continuous integration (CI) and continuous delivery (CD) and where it fits in the DevOps ecosystem. You will explore the importance of stakeholder collaboration as part of CI/CD. As you make your way through the chapters, you will get to grips with Jenkins UI, and learn to install Jenkins on different platforms, add plugins, and write freestyle scripts. Next, you will gain hands-on experience of developing plugins with Jenkins UI, building the Jenkins 2.0 pipeline, and performing Docker integration. In the concluding chapters, you will install Travis CI and Circle CI and carry out scripting, logging, and debugging, helping you to acquire a broad knowledge of CI/CD with Travis CI and CircleCI. By the end of this book, you will have a detailed understanding of best practices for CI/CD systems and be able to implement them with confidence. What you will learn Install Jenkins on multiple operating systems Work with Jenkins freestyle scripts, pipeline syntax, and methodology Explore Travis CI build life cycle events and multiple build languages Master the Travis CI CLI (command-line interface) and automate tasks with the CLI Use CircleCI CLI jobs and work with pipelines Automate tasks using CircleCI CLI and learn to debug and troubleshoot Learn open source tooling such as Git and GitHub Install Docker and learn concepts in shell scripting Who this book is forHands-On Continuous Integration and Delivery is for system administrators, DevOps engineers, and build and release engineers who want to understand the concept of CI and gain hands-on experience working with prominent tools in the CI ecosystem. Basic knowledge of software delivery is an added advantage.

Top 50 Operating System Interview Questions & Answers (Paperback): Knowledge Powerhouse Top 50 Operating System Interview Questions & Answers (Paperback)
Knowledge Powerhouse
R152 Discovery Miles 1 520 Ships in 10 - 15 working days
SUSE OpenStack Cloud 6 - Deployment Guide (Paperback): Tanja Roth, Frank Sundermeyer SUSE OpenStack Cloud 6 - Deployment Guide (Paperback)
Tanja Roth, Frank Sundermeyer
R1,047 Discovery Miles 10 470 Ships in 10 - 15 working days
Open Networks - Free Technology Academy (Paperback): Diarmuid O'Briain Open Networks - Free Technology Academy (Paperback)
Diarmuid O'Briain
R1,302 Discovery Miles 13 020 Ships in 10 - 15 working days
Mastering Bash (Paperback): Giorgio Zarrelli Mastering Bash (Paperback)
Giorgio Zarrelli
R1,344 Discovery Miles 13 440 Ships in 10 - 15 working days

Your one stop guide to making the most out of Bash programming About This Book * From roots to leaves, learn how to program in Bash and automate daily tasks, pouring some spice in your scripts * Daemonize a script and make a real service of it, ensuring it's available at any time to process user-fed data or commands * This book provides functional examples that show you practical applications of commands Who This Book Is For If you're a power user or system administrator involved in writing Bash scripts to automate tasks, then this book is for you. This book is also ideal for advanced users who are engaged in complex daily tasks. What You Will Learn * Understand Bash right from the basics and progress to an advanced level * Customise your environment and automate system routine tasks * Write structured scripts and create a command-line interface for your scripts * Understand arrays, menus, and functions * Securely execute remote commands using ssh * Write Nagios plugins to automate your infrastructure checks * Interact with web services, and a Slack notification script * Find out how to execute subshells and take advantage of parallelism * Explore inter-process communication and write your own daemon In Detail System administration is an everyday effort that involves a lot of tedious tasks, and devious pits. Knowing your environment is the key to unleashing the most powerful solution that will make your life easy as an administrator, and show you the path to new heights. Bash is your Swiss army knife to set up your working or home environment as you want, when you want. This book will enable you to customize your system step by step, making your own real, virtual, home out of it. The journey will take you swiftly through the basis of the shell programming in Bash to more interesting and challenging tasks. You will be introduced to one of the most famous open source monitoring systems-Nagios, and write complex programs with it in any languages. You'll see how to perform checks on your sites and applications. Moving on, you'll discover how to write your own daemons so you can create your services and take advantage of inter-process communication to let your scripts talk to each other. So, despite these being everyday tasks, you'll have a lot of fun on the way. By the end of the book, you will have gained advanced knowledge of Bash that will help you automate routine tasks and manage your systems. Style and approach This book presents step-by-step instructions and expert advice on working with Bash and writing scripts. Starting from the basics, this book serves as a reference manual where you can find handy solutions and advice to make your scripts flexible and powerful.

KVM Virtualization Cookbook (Paperback): Konstantin Ivanov KVM Virtualization Cookbook (Paperback)
Konstantin Ivanov
R1,554 Discovery Miles 15 540 Ships in 10 - 15 working days

Deploy, manage, and scale virtual instances using Kernel-based Virtual Machines About This Book * Build, manage and scale virtual machines with practical step-by-step examples * Leverage the libvirt user-space tools and libraries to manage the life-cycle of KVM instances * Deploy and scale applications inside KVM virtual machines with OpenStack Who This Book Is For If you are a system administrator working KVM virtualization, this book will help you grow on your expertise of working with the infrastructure to manage things in a better way. You should have a knowledge of working with Linux based systems. What You Will Learn * Deploy different workloads in isolation with KVM virtualization and better utilize the available compute resources * Explore the benefits of running applications with KVM and learn to prevent the "bad-neighbor" effect * Leveraging various networking technologies in the context of virtualization with Open vSwitch and the Linux bridge. * Create KVM instances using Python and inspect running KVM instances * Understand Kernel Tuning for enhanced KVM performance and better memory utilization In Detail Virtualization technologies such as KVM allow for better control over the available server resources, by deploying multiple virtual instances on the same physical host, or clusters of compute resources. With KVM it is possible to run various workloads in isolation with the hypervisor layer providing better tenant isolation and higher degree of security. This book will provide a deep dive into deploying KVM virtual machines using qemu and libvirt and will demonstrate practical examples on how to run, scale, monitor, migrate and backup such instances. You will also discover real production ready recipes on deploying KVM instances with OpenStack and how to programatically manage the life cycle of KVM virtual machines using Python. You will learn numerous tips and techniques which will help you deploy & plan the KVM infrastructure. Next, you will be introduced to the working of libvirt libraries and the iPython development environment. Finally, you will be able to tune your Linux kernel for high throughput and better performance. By the end of this book, you will gain all the knowledge needed to be an expert in working with the KVM virtualization infrastructure. Style and approach This book takes a complete practical approach with many step-by-step example recipes on how to use KVM in production. The book assumes certain level of expertise with Linux systems and virtualization in general. Some knowledge of Python programming is encouraged, to fully take advantage of the code recipes.

Mastering Linux Kernel Development (Paperback): Raghu Bharadwaj Mastering Linux Kernel Development (Paperback)
Raghu Bharadwaj
R1,427 Discovery Miles 14 270 Ships in 10 - 15 working days

Explore Implementation of core kernel subsystems About This Book * Master the design, components, and structures of core kernel subsystems * Explore kernel programming interfaces and related algorithms under the hood * Completely updated material for the 4.12.10 kernel Who This Book Is For If you are a kernel programmer with a knowledge of kernel APIs and are looking to build a comprehensive understanding, and eager to explore the implementation, of kernel subsystems, this book is for you. It sets out to unravel the underlying details of kernel APIs and data structures, piercing through the complex kernel layers and gives you the edge you need to take your skills to the next level. What You Will Learn * Comprehend processes and fles-the core abstraction mechanisms of the Linux kernel that promote effective simplification and dynamism * Decipher process scheduling and understand effective capacity utilization under general and real-time dispositions * Simplify and learn more about process communication techniques through signals and IPC mechanisms * Capture the rudiments of memory by grasping the key concepts and principles of physical and virtual memory management * Take a sharp and precise look at all the key aspects of interrupt management and the clock subsystem * Understand concurrent execution on SMP platforms through kernel synchronization and locking techniques In Detail Mastering Linux Kernel Development looks at the Linux kernel, its internal arrangement and design, and various core subsystems, helping you to gain significant understanding of this open source marvel. You will look at how the Linux kernel, which possesses a kind of collective intelligence thanks to its scores of contributors, remains so elegant owing to its great design. This book also looks at all the key kernel code, core data structures, functions, and macros, giving you a comprehensive foundation of the implementation details of the kernel's core services and mechanisms. You will also look at the Linux kernel as well-designed software, which gives us insights into software design in general that are easily scalable yet fundamentally strong and safe. By the end of this book, you will have considerable understanding of and appreciation for the Linux kernel. Style and approach Each chapter begins with the basic conceptual know-how for a subsystem and extends into the details of its implementation. We use appropriate code excerpts of critical routines and data structures for subsystems.

Working with Linux - Quick Hacks for the Command Line (Paperback): Petru I?fan, Bogdan Vaida Working with Linux - Quick Hacks for the Command Line (Paperback)
Petru I?fan, Bogdan Vaida
R1,140 Discovery Miles 11 400 Ships in 10 - 15 working days

Say goodbye to unproductive Linux habits and switch to the express lane About This Book * Improve your terminal and command-line productivity by using powerful tools * Sharpen your existing command-line skills and achieve complex tasks faster * Save time and money by creating customized commands that automate day-to-day tasks Who This Book Is For This book is for system administrators and developers who know the basics of Linux and want to brush up and sharpen their skills. Prior experience with Linux shell is required. What You Will Learn * Optimize the power of Guake by integrating it with ClipIt * Deep dive into the workings of the console editor-Vim * Explore the advanced concepts and best practices of shell scripting * Edit large amounts of data quickly using Sed * Use pipes and subshells to create customized commands * Get to know how you can speed up the software development and make the terminal a handy companion In Detail Websites, online services, databases, and pretty much every other computer that offers public services runs on Linux. From small servers to clusters, Linux is anywhere and everywhere. With such a broad usage, the demand for Linux specialists is ever growing. For the engineers out there, this means being able to develop, interconnect, and maintain Linux environments. This book will help you increase your terminal productivity by using Terminator, Guake and other tools. It will start by installing Ubuntu and will explore tools and techniques that will help you to achieve more work with less effort. Next, it will then focus on Terminator, the ultimate terminal, and vim, one of the most intelligent console editors. Futhermore, the readers will see how they can increase their command line productivity by using sed, find, tmux, network, autoenv. The readers will also see how they can edit files without leaving the terminal and use the screen space efficiently and copy-paste like a pro. Towards the end, we focus on network settings, Git hacks, and creating portable environments for development and production using Docker. Through this book, you will improve your terminal productivity by seeing how to use different tools. Style and Approach This book takes a step-by-step approach using examples that show you how to automate tasks using terminal commands. You'll work through easy-to-follow instructions so you learn to use the various Linux commands and tools such as Terminator, Guake, and others.

VMware vSphere 6.5 Cookbook - Over 140 task-oriented recipes to install, configure, manage, and orchestrate various VMware... VMware vSphere 6.5 Cookbook - Over 140 task-oriented recipes to install, configure, manage, and orchestrate various VMware vSphere 6.5 components, 3rd Edition (Paperback, 3rd Revised edition)
Abhilash Gb, Cedric Rajendran
R1,369 Discovery Miles 13 690 Ships in 10 - 15 working days

Deploy and manage VMware vSphere 6.5 components with ease. Key Features Simplified and to-the-point theory and practical recipes to deploy and manage vSphere 6.5 Discover the best ways to deploy stateless and stateful ESXi hosts and upgrade them Storage and network resource management Certificate management using VMCA Monitor the performance of a vSphere environment. Book DescriptionVMware vSphere is a complete and robust virtualization product suite that helps transform data centers into simplified on-premises cloud infrastructures, providing for the automation and orchestration of workload deployment and life cycle management of the infrastructure. This book focuses on the latest release of VMware vSphere and follows a recipe-based approach, giving you hands-on instructions required to deploy and manage a vSphere environment. The book starts with the procedures involved in upgrading your existing vSphere infrastructure to vSphere 6.5, followed by deploying a new vSphere 6.5 environment. Then the book delves further into the procedures involved in managing storage and network access to the ESXi hosts and the virtual machines running on them. Moving on, the book covers high availability and fair distribution/utilization of clustered compute and storage resources. Finally, the book covers patching and upgrading the vSphere infrastructure using VUM, certificate management using VMCA, and finishes with a chapter covering the tools that can be used to monitor the performance of a vSphere infrastructure. What you will learn Upgrade your existing vSphere environment or perform a fresh deployment Automate the deployment and management of large sets of ESXi hosts in your vSphere Environment Configure and manage FC, iSCSI, and NAS storage, and get more control over how storage resources are allocated and managed Configure vSphere networking by deploying host-wide and data center-wide switches in your vSphere environment Configure high availability on a host cluster and learn how to enable the fair distribution and utilization of compute resources Patch and upgrade the vSphere environment Handle certificate request generation and renew component certificates Monitor performance of a vSphere environment Who this book is forIf you are a system administrator, support professional, or anyone interested in learning how to install, configure, and manage a vSphere environment, then this book is for you. This task-oriented reference guide will also benefit consultants or infrastructure architects who design and deploy vSphere 6.5 environments.

The Power of Numbers (Paperback): Pyotr Stilovsky, Felix Schroedinger The Power of Numbers (Paperback)
Pyotr Stilovsky, Felix Schroedinger
R499 Discovery Miles 4 990 Ships in 10 - 15 working days
LMS Success - A Step-by-Step Guide to Learning Management System Administration (Paperback): Katrina Marie Baker LMS Success - A Step-by-Step Guide to Learning Management System Administration (Paperback)
Katrina Marie Baker
R635 Discovery Miles 6 350 Ships in 10 - 15 working days
Linux: Powerful Server Administration (Paperback): Uday R. Sawant, Oliver Pelz, Jonathan Hobson, William Leemans Linux: Powerful Server Administration (Paperback)
Uday R. Sawant, Oliver Pelz, Jonathan Hobson, William Leemans
R2,640 Discovery Miles 26 400 Ships in 10 - 15 working days

Get hands-on recipes to make the most of Ubuntu Server, CentOS 7 Linux Server and RHEL 7 Server About This Book * Get Linux servers up and running in seconds, * In-depth guide to explore new features and solutions in server administration * Maintain performance and security of your server solution by deploying expert configuration advice Who This Book Is For This Learning Path is intended for system administrators with a basic understanding of Linux operating systems and written with the novice-to-intermediate Linux user in mind. To get the most of this Learning Path, you should have a working knowledge of basic system administration and management tools. What You Will Learn * Set up high performance, scalable, and fault-tolerant back ends with web and database servers * Facilitate team communication with a real-time chat service and collaboration tools * Monitor, manage and develop your server's file system to maintain a stable performance * Gain best practice methods on sharing files and resources through a network * Install and configure common standard services such as web, mail, FTP, database and domain name server technologies * Create kickstart scripts to automatically deploy RHEL 7 systems * Use Orchestration and configuration management tools to manage your environment In Detail Linux servers are frequently selected over other server operating systems for their stability, security and flexibility advantages.This Learning Path will teach you how to get up and running with three of the most popular Linux server distros: Ubuntu Server, CentOS 7 Server, and RHEL 7 Server. We will begin with the Ubuntu Server and show you how to make the most of Ubuntu's advanced functionalities. Moving on, we will provide you with all the knowledge that will give you access to the inner workings of the latest CentOS version 7. Finally, touching RHEL 7, we will provide you with solutions to common RHEL 7 Server challenges.This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: 1)Ubuntu Server Cookbook 2)CentOS 7 Linux Server Cookbook, Second Edition 3)Red Hat Enterprise Linux Server Cookbook Style and approach This easy-to-follow practical guide contains hands on examples and solutions to real word administration problems and problems faced when building your RHEL 7 system from scratch using orchestration tools.

Windows Server 2016 Administration Fundamentals (Paperback): Bekim Dauti Windows Server 2016 Administration Fundamentals (Paperback)
Bekim Dauti
R1,204 Discovery Miles 12 040 Ships in 10 - 15 working days

Manage and administer your environment with ease About This Book * Get your hands on learning the fundamentals to managing and administering Windows Server 2016. * A step-by-step guide that will help you develop necessary skills and knowledge to manage an enterprise environment. * Learn to implement strong networking and security practices into your Windows Server environment. Who This Book Is For If you are a System administrator or an IT professional interested in configuring and deploying Windows Server 2016 then, this book is for you. This book will also help readers clear the MTA: Windows Server Administration Fundamentals: 98-365 exam. What You Will Learn * Become familiar with Windows Server OS concepts * Learn how to install Windows Server 2016 * Learn how to install device drivers and run services in Windows Server 2016 * Learn how to add and install roles in Windows Server 2016 * Learn how to apply GPO to your Windows Server 2016 environment * Learn how to tune, maintain, update, and troubleshoot Windows Server 2016 * Prepare for the MTA 98-365 exam In Detail Windows Server 2016 is the server operating system developed by Microsoft as part of the Windows NT family of operating systems, developed concurrently with Windows 10. This book is designed to get you started with Windows Server 2016. It will prepare you for your MTA 98-365 exam. With step-by-step instructions driven by targeted, easy-to-understand graphics, you will be able to understand the roles, features, functions, and quirks of Windows Server 2016. The book begins with the basics of Windows Server 2016, which includes the installation process and basic configuration. You will then move on to roles and features such as Active Directory, Hyper-V, Remote Access, Storage, and Printer. With the help of real-world examples, you will get to grips with the fundamentals of Windows Server 2016, which will help you solve difficult tasks the easy way. Later, the book also shows you maintenance and troubleshooting tasks, where with the help of best practices you will be able to manage Windows Server 2016 with ease. Each chapter ends with a questionnaire to ensure you make the best use of the content provided. By the end of this book, you will have the knowledge required to administer and manage Windows Server environments. Style and approach With step-by-step instructions driven by targeted, easy-to-understand graphics, this book explains and shows you how to use the roles and features, functions, and quirks of the Windows Server 2016. The chapters are presented in a step by step format accompanied by graphics wherever applicable.

Kubernetes Cookbook - Practical solutions to container orchestration, 2nd Edition (Paperback, 2nd Revised edition): Hideto... Kubernetes Cookbook - Practical solutions to container orchestration, 2nd Edition (Paperback, 2nd Revised edition)
Hideto Saito, Hui-Chuan Chloe Lee, Ke-Jou Carol Hsu
R1,144 Discovery Miles 11 440 Ships in 9 - 15 working days

Learn how to automate and manage your containers and reduce the overall operation burden on your system. Key Features Use containers to manage, scale and orchestrate apps in your organization Transform the latest concept of Kubernetes 1.10 into examples Expert techniques for orchestrating containers effectively Book DescriptionKubernetes is an open source orchestration platform to manage containers in a cluster environment. With Kubernetes, you can configure and deploy containerized applications easily. This book gives you a quick brush up on how Kubernetes works with containers, and an overview of main Kubernetes concepts, such as Pods, Deployments, Services and etc. This book explains how to create Kubernetes clusters and run applications with proper authentication and authorization configurations. With real-world recipes, you'll learn how to create high availability Kubernetes clusters on AWS, GCP and in on-premise datacenters with proper logging and monitoring setup. You'll also learn some useful tips about how to build a continuous delivery pipeline for your application. Upon completion of this book, you will be able to use Kubernetes in production and will have a better understanding of how to manage containers using Kubernetes. What you will learn Build your own container cluster Deploy and manage highly scalable, containerized applications with Kubernetes Build high-availability Kubernetes clusters Build a continuous delivery pipeline for your application Track metrics and logs for every container running in your cluster Streamline the way you deploy and manage your applications with large-scale container orchestration Who this book is forThis book is for system administrators, developers, DevOps engineers, or any stakeholder who wants to understand how Kubernetes works using a recipe-based approach. Basic knowledge of Kubernetes and Containers is required.

Microsoft System Center 2016 Service Manager Cookbook - (Paperback, 2nd Revised edition): Anders Asp (MVP), Andreas Baumgarten... Microsoft System Center 2016 Service Manager Cookbook - (Paperback, 2nd Revised edition)
Anders Asp (MVP), Andreas Baumgarten (Mvp), Steve Beaumont (MVP), Steve Buchanan MVP, Dieter Gasser
R1,772 Discovery Miles 17 720 Ships in 10 - 15 working days

Discover over 100 practical recipes to help you master the art of IT service management for your organization About This Book * Unleash the capabilities of Microsoft System Center 2016 Service Manager * Master the skills of configuring, deploying, managing, and troubleshooting your Service Manager 2016 * This book contains practical recipes that leverage the key and newly added features and functionalities of Microsoft System Center 2016 Service Manager Who This Book Is For This book will be useful to IT professionals including SCSM administrators who want to configure and administer System Center Service Manager 2016 and understand how to solve specific problems and scenarios that arise. It will also be useful to users of Service Manager 2012 who want to learn about the new features and capabilities of the Service Manager 2016 release. It will be ideal if you have Service Manager experience as well as experience with other System Center products. What You Will Learn * See a practical implementation of the ITSM framework and processes based on ITIL * Deploy and configure the new Service Manager HTML5 Self-Service Portal along with Service Catalog design and configuration * Get to know about Incident, Problem, and Change Management processes and configuration * Get to grips with performing advanced personalization in Service Manager * Discover how to set up and use automation with and within Service Manager 2016 * Work with Service Manager Data Warehouse * Find out what Security Roles are and how to implement them * Learn how to upgrade from SCSM 2012 R2 to SCSM 2016 In Detail System Center Service Manager (SCSM) is an integrated platform that offers a simplified data center management experience by implementing best practices such as Incident Management, Service Request, and Change Control to achieve efficient service delivery across your organization. This book provides you with real-world recipes that can be used immediately and will show you how to configure and administer SCSM 2016. You'll also find out how to solve particular problems and scenarios to take this tool further. You'll start with recipes on implementing ITSM frameworks and processes and configuring Service Level Agreements (SLAs). Then, you'll work through deploying and configuring the HTML5 Self-Service Portal, configuring Incident and Problem Management, and designing and configuring Change and Release Management. You'll also learn about security roles and overall Microsoft SCSM 2016 administration. Toward the end of the book, we'll look at advanced topics, such as presenting the wealth of information stored within the Service Manager Data Warehouse, standardizing SCSM deployments, and implementing automation. Style and approach This book will enlighten you on Microsoft System Center 2016 Service Manager through recipes that can be implemented directly in any enterprise. You can read the book from start to end if you're a beginner, or just open up any chapter and start following the recipes as a reference for advanced users. This book consists of a pool of step-by-step recipes on how to perform activities in Service Manager.

Career as a Computer Systems Analyst (Paperback): Institute for Career Research Career as a Computer Systems Analyst (Paperback)
Institute for Career Research
R256 Discovery Miles 2 560 Ships in 10 - 15 working days
Swift 3 Game Development - (Paperback, 2nd Revised edition): Stephen Haney Swift 3 Game Development - (Paperback, 2nd Revised edition)
Stephen Haney
R1,145 Discovery Miles 11 450 Ships in 10 - 15 working days

Embrace the mobile gaming revolution by creating popular iOS games with Swift 3.0 About This Book * Create and design games for iPhone and iPad using SpriteKit and Swift 3.0 * Learn the core fundamentals of SpriteKit game development and mix and match techniques to customize your game * This step-by-step practical guide will teach you to build games from scratch using little-known tips and strategies for maximum fun Who This Book Is For If you wish to create and publish fun iOS games using Swift, then this book is for you. You should be familiar with basic programming concepts. However, no prior game development or Apple ecosystem experience is required. What You Will Learn * Deliver powerful graphics, physics, and sound in your game by using SpriteKit * Set up the scene using the new capabilities of the scene editor and custom classes * Maximize gameplay with little-known tips and strategies for fun and repeatable action * Make use of animations, graphics, and particles to polish your game * Understand the current mobile monetization landscape to choose the best option for your own situation * Integrate your game with Game Center so that your players can share their high scores and achievements * Publish your game to the App Store and enjoy people playing your games In Detail Swift is the perfect choice for game development. Developers are intrigued by Swift 3.0 and want to make use of new features to develop their best games yet. Packed with best practices and easy-to-use examples, this book leads you step by step through the development of your first Swift game. This book starts by introducing SpriteKit and Swift's new features that can be used for game development. After setting up your first Swift project, you will build your first custom class, learn how to draw and animate your game, and add physics simulations. Then, you will add the player character, NPCs, and powerups. To make your game more fun and engaging, you will learn how to set up scenes and backgrounds, build fun menus, and integrate with Apple Game Center to add leaderboards and achievements. You will then make your game stand out by adding animations when game objects collide, and incorporate proven techniques such as the advanced particle system and graphics. Finally, you will explore the various options available to start down the path towards monetization and publish your finished games to the App Store. By the end of this book, you will be able to create your own iOS games using Swift and SpriteKit. Style and approach This project-based guide is engaging with a visually-rich approach rather than a text-heavy approach. With every chapter containing practical examples, you will understand how Swift programming works and make the most of the new features in version 3.0.

Deploying Microsoft System Center Configuration Manager (Paperback): Jacek Doktor, Pawel Jarosz Deploying Microsoft System Center Configuration Manager (Paperback)
Jacek Doktor, Pawel Jarosz
R1,436 Discovery Miles 14 360 Ships in 10 - 15 working days

Plan, design, and deploy System Center Configuration Manager 1706 like never before, regardless of how complex your infrastructure is About This Book * The most up-to-date resource on deploying or migrating to System Center Configuration Manager 1706 within your IT infrastructure * Plan, design, and deploy ConfigMgr 1706 with ease, both on primary and multiple-hierarchy sites * Master the new features of ConfigMgr 1706, including Windows 10 support Who This Book Is For If you are a system engineer or an administrator planning to deploy Microsoft System Center Configuration Manager 1706, then this book is for you. This book will also benefit system administrators who are responsible for designing and deploying one or more System CenterConfiguration Manager 1706 sites in their new or existing systems. What You Will Learn * Install ConfigMgr servers and the necessary roles * Design and scale ConfigMgr environments * Configure and administrate essential ConfigMgr roles and features * Create software packages using .msi and .exe files * Deliver detailed reports with an automatic patching process * Apply proper hardening on your deployment and secure workstations * Deploy operating systems and updates leveraging ConfigMgr mechanisms * Create high-availability components using the built-in mechanism for backup and recovery In Detail It becomes important to plan, design, and deploy configurations when administrators know that Configuration Manager interacts with a number of infrastructure components such as Active Directory Domain Services, network protocols, Windows Server services, and so on. Via real-world-world deployment scenarios, this book will help you implement a single primary site or multiples sites. You will be able to efficiently plan and deploy a multiple-site hierarchy such as central administration site. Next, you will learn various methods to plan and deploy Configuration Manager clients, secure them and make the most of new features offered through ConfigMgr 1706 like compliance, deploying updates operating systems to the endpoints. Then, this book will show you how to install, configure, and run SQL reports to extract information. Lastly, you will also learn how to create and manage users access in an ConfigMgr environment By the end of this book, you will have learned to use the built-in mechanism to back up and restore data and also design maintenance plan. Style and approach This step-by-step guide teaches you cool ways to plan, deploy, and configure ConfigMgr 1706. This tutorial, which complements the release of ConfigMgr 1706 with a refreshing new approach and expert guidance, will teach you everything you need to know about the essentials of server.

IOS 11, Tvos 11, and Watchos 4 for Users and Developers (Paperback): Wayne Dixon IOS 11, Tvos 11, and Watchos 4 for Users and Developers (Paperback)
Wayne Dixon
R566 Discovery Miles 5 660 Ships in 10 - 15 working days
Free Delivery
Pinterest Twitter Facebook Google+
You may like...
HCI Beyond the GUI - Design for Haptic…
Philip Kortum Paperback R1,276 Discovery Miles 12 760
How to Cheat at Configuring VmWare ESX…
David Rule Paperback R1,130 R855 Discovery Miles 8 550
Robot Operating System (ROS) - The…
Anis Koubaa Hardcover R5,148 Discovery Miles 51 480
Real-Time Systems - Design Principles…
Hermann Kopetz Hardcover R2,735 Discovery Miles 27 350
Certified System Administrator for HP-UX
Asghar Ghori Hardcover R1,404 Discovery Miles 14 040
Co-Pilot
Till Bay, Benno Baumgartner, … Hardcover R1,178 Discovery Miles 11 780
Frameworks for Developing Efficient…
John Krogstie Hardcover R5,404 Discovery Miles 54 040
The Continuing Arms Race - Code-Reuse…
Per Larsen, Ahmad-Reza Sadeghi Hardcover R2,736 Discovery Miles 27 360
Mike Meyers' CompTIA A+ Guide to 802…
Mike Meyers Paperback R1,309 Discovery Miles 13 090
BTEC Nationals Information Technology…
Jenny Phillips, Alan Jarvis, … Paperback R1,038 Discovery Miles 10 380

 

Partners